Nine Rules for Running Rust on the Web and on Embedded
https://towardsdatascience.com/nine-rules-for-running-rust-on-the-web-and-on-embedded-94462ef249a2
https://towardsdatascience.com/nine-rules-for-running-rust-on-the-web-and-on-embedded-94462ef249a2
2 Comments
anlumo@feddit.de · 1 pts · 3y
Apparently the author isn’t aware of WASI. Wouldn’t really matter for their use case, though. Interesting article.
chrysn@chaos.social · 1 pts · 3y
My impression is that they are using WASM primarily from the browser, which really is a no-std shaped environment. Using WASI there would be as much of a band-aid as is emscripten.