mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-22 13:11:32 +00:00
Publishing GitHub Pages ***NO_CI***
This commit is contained in:
1
rustdoc/wasmer_runtime/error/sidebar-items.js
Normal file
1
rustdoc/wasmer_runtime/error/sidebar-items.js
Normal file
@ -0,0 +1 @@
|
||||
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",""]]});
|
Reference in New Issue
Block a user