1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-26 00:59:24 -05:00
denoland-deno/test_util
Andreu Botella ffa75be480
feat: enable WebAssembly.instantiateStreaming and wasm async compilation (#11200)
The WebAssembly streaming APIs used to be enabled, but used to take
buffer sources as their first argument (see #6154 and #7259). This
change re-enables them, requiring a Promise<Response> instead, as well as
enabling asynchronous compilation of WebAssembly modules.
2021-07-03 23:33:36 +02:00
..
src feat: enable WebAssembly.instantiateStreaming and wasm async compilation (#11200) 2021-07-03 23:33:36 +02:00
std@8467929052 chore: update deno_file to use deno_webidl (#10042) 2021-04-08 01:23:26 +02:00
wpt@aebba1588b chore: update wpt submodule 2021-07-03 22:20:28 +02:00
Cargo.toml chore: upgrade Tokio to 1.7.1 (#11045) 2021-06-19 15:37:07 +02:00