Expand description

Definitions for a wasm runtime.

Structs

  • Memory allocation stats gathered during the lifetime of the allocator.

Enums

  • Defines the heap pages allocation strategy the wasm runtime should use.
  • A method to be used to find the entrypoint when calling into the runtime

Constants

Traits

  • A trait that defines an abstract wasm module instance.
  • A trait that defines an abstract WASM runtime module.