Y
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
chrisco255
745 days ago
Yeah typically you cannot use garbage collectors nor multithreading in smart contract development.
link
k__
745 days ago
Interestingly, Lua has GC and is deterministic if you replace the random hash seed.
link