Skip to main content

Crate surrealism_runtime

Crate surrealism_runtime 

Source

Modules§

capabilities
config
controller
WASM execution runtime and controller.
host
kv
package

Macros§

register_host_function
Macro to register an async host function with automatic argument conversion and error handling. Returns -1 on error (logged to stderr), positive values are valid pointers. Uses Wasmtime’s native async support with func_wrap_async.