Namespace Wasmtime.Imports
Classes
FunctionImport
Represents a function imported to a WebAssembly module.
GlobalImport
Represents a global variable imported to a WebAssembly module.
Import
The base class for import types.
Imports
Represents imported functions, globals, tables, and memories to a WebAssembly module.
MemoryImport
Represents a memory imported to a WebAssembly module.
TableImport
Represents a table imported to a WebAssembly module.