pure_wasm_runtime library
Classes
- DefinedRuntimeFunction
- HostRuntimeFunction
- Instruction
- MemArg
- Opcodes
- PredecodedFunction
- RuntimeFunction
- RuntimeGlobal
- WasiDirectoryEntry
- WasiDirectoryListingFileSystem
- WasiFileDescriptor
- WasiFileSystem
- WasiInMemoryFileSystem
- WasiMutablePathFileSystem
- WasiPathLinkFileSystem
- WasiPathMetadataFileSystem
- WasiPathStat
- WasiPathTimesFileSystem
- WasiPreview1
- WasiRunner
- WasmCodeBody
- WasmDataSegment
- WasmElementSegment
- WasmExport
- WasmExportKind
- WasmFeatureSet
- WasmFunctionType
- WasmGlobalDef
- WasmGlobalType
- WasmImport
- WasmImportKind
- WasmImports
- WasmInstance
- WasmLimits
- WasmLocalDecl
- WasmMemory
- WasmMemoryType
- WasmModule
- WasmPredecoder
- WasmTable
- WasmTableType
- WasmValidator
- WasmValue
- WasmVm
Extensions
Constants
- wasmMaxPages → const int
- wasmPageSize → const int
Typedefs
- WasiReadSource = Uint8List Function(int maxBytes)
- WasiWriteSink = void Function(Uint8List bytes)
-
WasmHostFunction
= Object? Function(List<
Object?> args)