Hacker News new | ask | show | jobs
by k__ 745 days ago
It's well suited for permissionless compute.

Only issue is, not all languages that compile to WASM are deterministic.

1 comments

Yeah typically you cannot use garbage collectors nor multithreading in smart contract development.
Interestingly, Lua has GC and is deterministic if you replace the random hash seed.