mirror of
https://github.com/fluencelabs/wasmer
synced 2025-05-17 12:51:19 +00:00
1 line
1.0 KiB
JavaScript
1 line
1.0 KiB
JavaScript
|
initSidebarItems({"enum":[["CacheError",""],["CallError","This error type is produced by calling a wasm function exported from a module."],["CompileError","This is returned when the chosen compiler is unable to successfully compile the provided WebAssembly module into a `Module`."],["CreationError","This error type is produced when creating something, like a `Memory` or a `Table`."],["Error","The amalgamation of all errors that can occur during the compilation, instantiation, or execution of a WebAssembly module."],["GrowError",""],["LinkError","This is returned when the runtime is unable to correctly link the module with the provided imports."],["MemoryCreationError",""],["MemoryProtectionError",""],["PageError",""],["ParseError",""],["ResolveError","This error type is produced by resolving a wasm function given its name."],["RuntimeError","This is the error type returned when calling a WebAssembly function."]],"type":[["CallResult",""],["CompileResult",""],["LinkResult",""],["ParseResult",""],["ResolveResult",""],["Result",""],["RuntimeResult",""]]});
|