servo/tests/wpt/web-platform-tests/wasm/wasm_serialization_tests.html

8 lines
309 B
HTML

<!DOCTYPE html>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="resources/load_wasm.js"></script>
<script src="wasm_serialization_tests.js"></script>
<script>
promise_test(TestInstantiateInWorker, "serialize wasm to worker");
</script>