© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
j
stuff ;)
wasm-bindgen - you means something like this? I am not sure why you need the AST transformation from rust to JS. maybe I missunderstand the inquire.
Mark
I've added an example that I hope clarifies somewhat what I want to do.
It's not related to Javascript, I just want to represent the WebAssembly language in Rust objects.
Mark hmm I don't know if this exists the only thing that come to mind is from the rust nursery
the stdweb crate.