summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/wasm_streaming_panic_test.js
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/wasm_streaming_panic_test.js')
-rw-r--r--cli/tests/testdata/wasm_streaming_panic_test.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/cli/tests/testdata/wasm_streaming_panic_test.js b/cli/tests/testdata/wasm_streaming_panic_test.js
new file mode 100644
index 000000000..ec017592f
--- /dev/null
+++ b/cli/tests/testdata/wasm_streaming_panic_test.js
@@ -0,0 +1,3 @@
+// https://github.com/denoland/deno/issues/13917
+
+WebAssembly.instantiateStreaming(Response.error());