Build rust project with tree-sitter-tlaplus to wasm target #122
Unanswered
FedericoPonzi
asked this question in
Q&A
Replies: 1 comment
-
This is something I wanted to do with tlauc 1.5 years ago so it could have a web demo. Unfortunately I never figured it out. Here are some questions I asked about it at the time, with some possible starts to a solution:
My impression is that Rust-WASM-C++ development has been ongoing so maybe the toolchain has improved by now. If you figure it out please let me know! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'd like to write a program in rust using tree-sitter-tlaplus and compile it to wasm. When I try to compile it to wasm it fails with:
Is it possible to compile it to wasm?
Beta Was this translation helpful? Give feedback.
All reactions