Skip to contents

Create a new Wasmer runtime for executing WebAssembly modules.

Usage

wasmer_runtime_new()

Value

External pointer to WasmerRuntime

Details

Create a new Wasmer runtime

Examples

if (FALSE) { # \dontrun{
ptr <- wasmer_runtime_new()
} # }