1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-12 00:54:02 -05:00
denoland-deno/test_util/src
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
..
testdata Move benchmarks to Rust (#7134) 2020-08-28 09:03:50 -04:00
lib.rs feat: enable WebAssembly.instantiateStreaming and wasm async compilation (#11200) 2021-07-03 23:33:36 +02:00
lsp.rs chore(lsp): provide test for lsp deadlock issue (#10679) 2021-05-21 07:35:37 +10:00
test_server.rs chore: update copyright to 2021 (#9092) 2021-01-11 18:13:41 +01:00