mirror of
https://github.com/fluencelabs/wasmer
synced 2025-04-25 18:32:15 +00:00
1 line
2.6 KiB
JavaScript
1 line
2.6 KiB
JavaScript
initSidebarItems({"enum":[["CustomSectionKind",""],["DataKind",""],["ElementKind",""],["ExternalKind","External types as defined [here]."],["ImportSectionEntryType",""],["LinkingType",""],["Name",""],["NameEntry",""],["NameType",""],["Operator","Instructions as defined [here]."],["ParserInput",""],["ParserState",""],["RelocType",""],["SectionCode","Section code as defined [here]."],["Type","Types as defined [here]."],["TypeOrFuncType","Either a value type or a function type."]],"fn":[["validate","Test whether the given buffer contains a valid WebAssembly module, analogous to WebAssembly.validate in the JS API."],["validate_function_body","Test whether the given buffer contains a valid WebAssembly function. The resources parameter contains all needed data to validate the operators."]],"struct":[["BinaryReader","A binary reader of the WebAssembly structures and types."],["BinaryReaderError",""],["BrTable","A br_table entries representation."],["CodeSectionReader",""],["Data",""],["DataSectionReader",""],["Element",""],["ElementItems",""],["ElementItemsReader",""],["ElementSectionReader",""],["Export",""],["ExportSectionReader",""],["FuncType",""],["FunctionBody",""],["FunctionSectionReader",""],["Global",""],["GlobalSectionReader",""],["GlobalType",""],["Ieee32","An IEEE binary32 immediate floating point value, represented as a u32 containing the bitpattern."],["Ieee64","An IEEE binary64 immediate floating point value, represented as a u64 containing the bitpattern."],["Import",""],["ImportSectionReader",""],["InitExpr",""],["LinkingSectionReader",""],["LocalName",""],["LocalsReader",""],["MemoryImmediate",""],["MemorySectionReader",""],["MemoryType",""],["ModuleReader","Reads top-level WebAssembly file structure: header and sections."],["NameSectionReader",""],["Naming",""],["NamingReader",""],["OperatorValidatorConfig",""],["OperatorsReader",""],["Parser","The `Parser` type. A simple event-driven parser of WebAssembly binary format. The `read(&mut self)` is used to iterate through WebAssembly records."],["ProducersField",""],["ProducersFieldValue",""],["ProducersSectionReader",""],["Range","Bytecode range in the WebAssembly module."],["Reloc",""],["RelocEntry",""],["RelocSectionReader",""],["ResizableLimits",""],["Section",""],["SectionIterator",""],["SectionIteratorLimited",""],["TableSectionReader",""],["TableType",""],["TypeSectionReader",""],["V128",""],["ValidatingOperatorParser",""],["ValidatingParser",""],["ValidatingParserConfig",""]],"trait":[["SectionReader",""],["SectionWithLimitedItems",""],["WasmDecoder",""],["WasmModuleResources",""]],"type":[["Result",""]]}); |