mirror of
https://github.com/denoland/deno.git
synced 2025-08-03 18:38:33 +00:00
feat(core): enable wasm threading support (#10116)
This commit is contained in:
parent
791513d608
commit
e4e7d957e8
6 changed files with 20 additions and 51 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue