this post was submitted on 05 Jul 2023
1 points (100.0% liked)

Rust

5953 readers
14 users here now

Welcome to the Rust community! This is a place to discuss about the Rust programming language.

Wormhole

!performance@programming.dev

Credits

  • The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)

founded 1 year ago
MODERATORS
top 2 comments
sorted by: hot top controversial new old
[–] anlumo@feddit.de 0 points 1 year ago (1 children)

Apparently the author isn’t aware of WASI. Wouldn’t really matter for their use case, though. Interesting article.

[–] chrysn@chaos.social 1 points 1 year ago

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.