rust·Rustbysnaggen Nine Rules for Running Rust on the Web and on Embeddedhttps://towardsdatascience.com/nine-rules-for-running-rust-on-the-web-and-on-embedded-94462ef249a2Open linkView original on programming.dev7Comments2
aanlumo feddit.de1Hide 1 replyApparently the author isn’t aware of WASI. Wouldn’t really matter for their use case, though. Interesting article.1
chrysn replychaos.socialMy 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.1
Apparently the author isn’t aware of WASI. Wouldn’t really matter for their use case, though. Interesting article.
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.