mirror of
https://github.com/fluencelabs/wasmer
synced 2025-04-25 10:22:19 +00:00
1 line
1004 B
JavaScript
1 line
1004 B
JavaScript
initSidebarItems({"enum":[["ErrorKind","ErrorKind describes an error condition from a wasm module operation, as well as the corresponding error message from `wabt`, if any."]],"fn":[["wasm2wat","Disassemble wasm binary to wasm text format."],["wasm2wat_with_features","Disassemble wasm binary to wasm text format with the given features."],["wat2wasm","Translate wasm text source to wasm binary format."],["wat2wasm_with_features","Translate wasm text source to wasm binary format."]],"mod":[["script","Module for parsing [WebAssembly script format] (a.k.a. wast)."]],"struct":[["Error","A structure to represent errors coming out from wabt."],["Features","Represents which WebAssembly features are enabled in Wabt."],["Module","WebAssembly module."],["ReadBinaryOptions","Options for reading read binary."],["WabtBuf","Buffer returned by wabt."],["Wasm2Wat","A builder for converting wasm binary to wasm text format."],["Wat2Wasm","A builder for translating wasm text source to wasm binary format."]]}); |