Replies: 4 comments
-
There's a merge request for an implementation is AssemblyScript. But The Rust WASM could work as well :) |
Beta Was this translation helpful? Give feedback.
-
That's a really cool idea; it'll be fun to see how it compares with the AssemblyScript too. Big question I have is where to put it since it's kind of Rust and kind of WASM.
We could re-use some of my Rust implementation in |
Beta Was this translation helpful? Give feedback.
-
Hmm, don't know what to say about having a WASM folder. I would suggest keeping it under Rust. |
Beta Was this translation helpful? Give feedback.
-
Might be best to have a wasm_runtimes directory, with appropriate config, where you can have the runtime configs for wasm run from the appropriate source/build path(s) ... though not sure in either case. |
Beta Was this translation helpful? Give feedback.
-
Per some discussion on #29 it would be very cool to see a WASM build of the Rust implementation with tests in a couple of different runtimes, Wasmer, Node and Deno likely being the most common.
Beta Was this translation helpful? Give feedback.
All reactions