wasmer/rustdoc/wasmer_runtime/error/sidebar-items.js

1 line
1.0 KiB
JavaScript
Raw Normal View History

2019-09-06 15:57:44 -07:00
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",""]]});