Rust and WebAssembly in 2019
fitzgeraldnick.com
Rust and WebAssembly in 2019
1–10 of 97 posts
Re: Rust and WebAssembly in 2019
#2Re: Rust and WebAssembly in 2019
#3Re: Rust and WebAssembly in 2019
#4But it not a priority at all atm.
Re: Rust and WebAssembly in 2019
#5Is there any work done towards enabling Rust + WASM without any JS/npm?
Outside the browser it’s a different story, of course.
Re: Rust and WebAssembly in 2019
#6I wish something similar was officially worked on by the python core dev. Ouputting wasm and being able to interpret it is going yo be necessary for the language to stay relevant in 10 years. But it not a priority at all atm.
Re: Rust and WebAssembly in 2019
#7Is there any work done towards enabling Rust + WASM without any JS/npm?
Wasm requires JS to be loaded by your browser, so it can never fully go away. Outside the browser it’s a different story, of course.
Re: Rust and WebAssembly in 2019
#8Earlier quoted context omitted.
Wasm requires JS to be loaded by your browser, so it can never fully go away. Outside the browser it’s a different story, of course.
We could add support for and not need JS to load it. Once the host bindings are implemented that would be a good fit.
Re: Rust and WebAssembly in 2019
#9Earlier quoted context omitted.
Wasm requires JS to be loaded by your browser, so it can never fully go away. Outside the browser it’s a different story, of course.
We could add support for and not need JS to load it. Once the host bindings are implemented that would be a good fit.