List view
The code generated by `wit-pack` should give users access to *all* the commands and libraries (with WIT bindings) in a package. Our end goal is to enable a workflow like this: ```js import Wabt from "wabt"; const wabt = new Wabt(); // you can access all top-level functions using bindings generated via wit-bindgen const compiledWasm = await wabt.bindings.libwabt.wat2wasm("(module)"); // or commands via WASI const output = await wabt.commands.wat2wasm.run("./path/to/file.wat --verbose"); ```
No due date•7/7 issues closedThis is the bare minimum we need to import WebAssembly libraries from Python and JavaScript.
Due by August 23, 2022•6/6 issues closed