zwitterion icon indicating copy to clipboard operation
zwitterion copied to clipboard

Get rid of JS wrapper for Wasm

Open lastmjs opened this issue 4 years ago • 0 comments

Once Wasm is officially integrated with ES Modules, I believe we should be able to get rid of our JavaScript wrapper...at least for pure Wasm and Wat files...AssemblyScript and Rust, we might want to keep the wrapper for the wasm-bindgen and AssemblyScript loader stuff. But, either way, we want to get rid of the exported promise so that you can use the modules without awaiting them

lastmjs avatar Dec 14 '19 21:12 lastmjs