Crate extism_runtime

source ·

Re-exports

Modules

Macros

Structs

  • A Context is used to store and manage plugins
  • The Error type, a wrapper around a dynamic error type.
  • Internal stores data that is available to the caller in PDK functions
  • Plugin contains everything needed to execute a WASM function
  • WASI context

Enums

  • A list of all possible value types in WebAssembly.

Traits

  • InternalExt provides a unified way of acessing memory, store and internal values

Type Aliases