Wasmtime.FromFile (Wasmtime v0.3.0) View Source

A struct representing a Wasm instance from a file. Both .wasm and .wat files can be interpreted by wasmtime.

Link to this section Summary

Types

t()

Wasmtime.FromFile

Link to this section Types

Specs

t() :: %Wasmtime.FromFile{
  config: %Wasmtime.Config{
    cranelift_opt_level: term(),
    debug_info: term(),
    interruptable: term(),
    max_wasm_stack: term(),
    strategy: term()
  },
  file_path: String.t(),
  func_imports: list()
}

Wasmtime.FromFile