Wasmtime.FromBytes (Wasmtime v0.2.0)
View Source
A struct representing a Wasm instance from a bytes payload.
Specs
t() :: %Wasmtime.FromBytes{
bytes: nonempty_charlist(),
config: %Wasmtime.Config{
cranelift_opt_level: term(),
debug_info: term(),
interruptable: term(),
max_wasm_stack: term(),
strategy: term()
},
func_imports: list()
}
Wasmtime.FromBytes