summaryrefslogtreecommitdiff
path: root/tests/wasm_async.js
AgeCommit message (Collapse)Author
2019-06-20Fix silent failure of WebAssembly.instantiate() (#2548)Ryan Dahl
By making WASM compilation synchronous. We'll have to do more work to make it properly async.