wasmer_runtime_new.Rd
Create a new Wasmer runtime for executing WebAssembly modules.
wasmer_runtime_new()
External pointer to WasmerRuntime
Create a new Wasmer runtime
wasmer_runtime_new_with_compiler_ext(), wasmer_runtime_release_ressources()
wasmer_runtime_new_with_compiler_ext()
wasmer_runtime_release_ressources()
Other runtime management: wasmer_runtime_new_with_compiler_ext(), wasmer_runtime_release_ressources()
if (FALSE) { # \dontrun{ ptr <- wasmer_runtime_new() } # }