Revision ed51dbb01ac0e8eb4ecf3e9aa1a68bd8dda616d0 authored by Robert Ma on 16 March 2018, 17:56:06 UTC, committed by Robert Ma on 16 March 2018, 20:36:35 UTC
1 parent c929502
Raw File
wasm_serialization_tests.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>
back to top