

151·
6 months agoMany languages can be compiled to wasm, and it’s quite easy to load and run wasm from rust
That way you could give the user multiple options, they could write it in rust, c, c++, javascript, etc
Many languages can be compiled to wasm, and it’s quite easy to load and run wasm from rust
That way you could give the user multiple options, they could write it in rust, c, c++, javascript, etc
Awesome! I’ve been tinkering with a project where i needed semi-advanced text parsing, and my homebrew solution is a barely functional mess, this looks perfect!
My company works mostly in Python with some c/c++
We’re moving to rust due to the strict typing (the lack of which in python leads to many… Let’s say interesting bugs), the speed (blazingly fast compared to python) and memory safety
I didn’t mean that the users would write wasm, just that they could write it in some language, then your program would compile it to wasm and run it
Gives some flexibility as to the choice of language and it runs sandboxed