Namespace Wasmtime
Classes
Engine
Represents the Wasmtime engine.
Global<T>
Represents a constant WebAssembly global value.
ImportAttribute
Used to mark .NET methods and fields as imports to a WebAssembly module.
Instance
Represents an instantiated WebAssembly module.
Memory
Represents a WebAssembly memory.
Module
Represents a WebAssembly module.
MutableGlobal<T>
Represents a mutable WebAssembly global value.
Store
Represents the Wasmtime store.
TrapException
The exception for WebAssembly traps.
WasmtimeException
The base type for Wasmtime exceptions.
Interfaces
IHost
The interface implemented by Wasmtime hosts.
Enums
ValueKind
Represents the possible kinds of WebAssembly values.