Skip to content
Better HN
Top
New
Best
Ask
Show
Jobs
Search
⌘K
undefined | Better HN
0 points
slimsag
8y ago
0 comments
Share
WebAssembly can be used anywhere. It is not tied to JavaScript in nature. So think of it kind of like the JVM in a way (but it's not an implementation, just a spec).
0 comments
default
newest
oldest
tudelo
8y ago
So people are using wasm in a non web context ?
kodablah
8y ago
Yup:
https://github.com/cretz/asmble
slimsag
OP
8y ago
Yes. Not a ton of people (yet), but yes, some are.
EugeneOZ
8y ago
but why, if you have plenty of good languages to do this? Wasm is good for browsers because only choice we have is js.
2 more replies
mlevental
8y ago
but i'm asking what are some webasm languages/backends/use cases that aren't a JS interpreter?
jononor
8y ago
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.
swsieber
8y ago
WASM for Ethereum would be amazing. There are a lot of languages with much better safety stories than the current one.
kodablah
8y ago
See
http://webassembly.org/docs/non-web/
. Portability. For example, I can use Rust on the JVM:
https://github.com/cretz/asmble/tree/master/examples/rust-re...
j
/
k
navigate · click thread line to collapse