The cause of the error.
Symbol
WebAssembly
namespace WebAssembly
interface CompileError
interface GlobalDescriptor<T extends ValueType = ValueType>
interface Memory
interface MemoryDescriptor
interface Module
interface ModuleExportDescriptor
interface ModuleImportDescriptor
interface RuntimeError
interface Table
interface TableDescriptor
- type Exports = Record<string, ExportValue>
- type ExportValue = Function | Global | WebAssembly.Memory | WebAssembly.Table
- type ImportExportKind = 'function' | 'global' | 'memory' | 'table'
- type Imports = Record<string, ModuleImports>
- type ImportValue = ExportValue | number
- type ModuleImports = Record<string, ImportValue>
- type TableKind = 'anyfunc' | 'externref'
- type ValueType = keyof ValueTypeMap