feat(core): enable wasm threading support (#10116)

This commit is contained in:
Casper Beyer 2021-04-26 23:54:07 +08:00 committed by GitHub
parent 791513d608
commit e4e7d957e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 20 additions and 51 deletions

View file

@ -3446,6 +3446,11 @@ console.log("finish");
output: "wasm.ts.out",
});
itest!(wasm_shared {
args: "run --quiet wasm_shared.ts",
output: "wasm_shared.out",
});
itest!(wasm_async {
args: "run wasm_async.js",
output: "wasm_async.out",