wasmati icon indicating copy to clipboard operation
wasmati copied to clipboard

Write low-level WebAssembly, from JavaScript

Results 4 wasmati issues
Sort by recently updated
recently updated
newest added

I love this. Besides making a Wasm module at runtime, can this be used to output WAT text format, or Wasm binary? I'm working on a Wasm compiler in TypeScript...

Since the types are rather fancy throughout the exported items, hovering over them alone does not help too much to understand their usage. I presume some level of WASM-literacy is...

Thanks for the project! I'm trying to generate WASM for [TIC-80](https://github.com/nesbox/TIC-80/wiki). I have encountered the following issues while trying to generate a hello world using wasmati: * I don't see...

The `call` opcode requires passing a `Func` object, but at the time you would make the call to a recursive function, no such object exists. It would be nice if...