Comment on Wasmi v0.32: WebAssembly interpreter is now faster than everparentComments−CaptainOfCoit2yMost of the funded and innovative work on WebAssembly & co seems to come from various cryptocurrency/blockchain groups, for better or worse.−k__2yIt's well suited for permissionless compute.Only issue is, not all languages that compile to WASM are deterministic.−chrisco2552yYeah typically you cannot use garbage collectors nor multithreading in smart contract development.−k__2yInterestingly, Lua has GC and is deterministic if you replace the random hash seed.
Comments
Most of the funded and innovative work on WebAssembly & co seems to come from various cryptocurrency/blockchain groups, for better or worse.
It's well suited for permissionless compute.
Only issue is, not all languages that compile to WASM are deterministic.
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.