Package index
-
wasmer_call_function_ext() - Call WASM function
-
wasmer_call_function_safe_ext() - Call WASM function (type safe)
-
wasmer_compile_wasm_ext() - Compile WASM binary
-
wasmer_compile_wat_ext() - Compile WAT module
-
wasmer_function_new_ext() - Create dynamic R host function
-
wasmer_function_new_f64_f64_to_f64() - Create host function ((f64, f64) -> f64)
-
wasmer_function_new_f64_to_f64() - Create host function (f64 -> f64)
-
wasmer_function_new_i32_i32_to_i32() - Create host function ((i32, i32) -> i32)
-
wasmer_function_new_i32_to_i32() - Create host function (i32 -> i32)
-
wasmer_function_new_i32_to_void() - Create host function (i32 -> void)
-
wasmer_function_new_void_to_i32() - Create host function (void -> i32)
-
wasmer_get_exported_table_ext() - Get exported WASM Table
-
wasmer_hello_world_example_ext() - Hello World example
-
wasmer_host_function_example_ext() - Host function example
-
wasmer_instantiate_ext() - Instantiate a compiled module in the runtime.
-
wasmer_instantiate_with_math_imports_ext() - Instantiate WASM module with math imports
-
wasmer_instantiate_with_table_ext() - Instantiate WASM module with table import
-
wasmer_list_exports_ext() - List WASM exports
-
wasmer_list_function_signatures_ext() - List WASM function signatures
-
wasmer_math_example_ext() - Math operations example
-
wasmer_memory_grow_ext() - Grow WASM memory
-
wasmer_memory_read_ext() - Read WASM memory
-
wasmer_memory_read_string_ext() - Read WASM memory as string
-
wasmer_memory_size_ext() - Get WASM memory size
-
wasmer_memory_write_ext() - Write WASM memory
-
wasmer_register_r_function_ext() - Register R host function
-
wasmer_runtime_new() - Create a new Wasmer runtime
-
wasmer_runtime_new_with_compiler_ext() - Create a new Wasmer runtime with a specific compiler
-
wasmer_runtime_release_ressources() - Release Wasmer runtime resources
-
wasmer_table_get_ext() - Get WASM Table entry
-
wasmer_table_grow_ext() - Grow WASM Table
-
wasmer_table_new_ext() - Create WASM Table
-
wasmer_table_set_ext() - Set WASM Table entry
-
wasmer_wasi_state_new_ext() - Create WASI/WASIX state
-
wasmer_wat_to_wasm_ext() - Convert WAT to WASM