diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2019-06-20 09:04:34 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-20 09:04:34 -0700 |
commit | f2c50fae844b34cf6d8488ab1fbc599eb935a919 (patch) | |
tree | 14bbf737b249afa2f82f86bea67d17d8f624484a /tests/wasm_async.out | |
parent | 6a5177dc11936687e6da95c3c45e3e41a7856d79 (diff) |
Fix silent failure of WebAssembly.instantiate() (#2548)
By making WASM compilation synchronous. We'll have to do more work to
make it properly async.
Diffstat (limited to 'tests/wasm_async.out')
-rw-r--r-- | tests/wasm_async.out | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/wasm_async.out b/tests/wasm_async.out new file mode 100644 index 000000000..5cdf17de7 --- /dev/null +++ b/tests/wasm_async.out @@ -0,0 +1 @@ +1 + 3 = 4 |