Hacker News new | ask | show | jobs
by mlevental 3035 days ago
but i'm asking what are some webasm languages/backends/use cases that aren't a JS interpreter?
2 comments

There is a work ongoing to enable WASM to be used for Etherum smart contracts, replacing the custom VM/bytecode.

One could use WASM for reconfigurable on-edge computing, all the way down to microcontrollers.

WASM for Ethereum would be amazing. There are a lot of languages with much better safety stories than the current one.