Function parity_wasm::interpreter::env_native_module [] [src]

pub fn env_native_module(
    env: Arc<ModuleInstanceInterface>,
    user_functions: UserFunctions
) -> Result<NativeModuleInstance, Error>

Create wrapper for env module with given native user functions.