37
Embedded and sandboxed scripting languages in Rust
(programming.dev)
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Credits
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
yeah no no, who writes wasm by hand?
it's just that this interoperability with all languages is a bit overkill. I also don't know how I would expose a rust struct that has methods in wasm