mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-11 13:48:23 +02:00
18 lines
542 B
HTML
18 lines
542 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>WebAssembly Web Platform Test</title>
|
|
</head>
|
|
<body>
|
|
|
|
<script src=/resources/testharness.js></script>
|
|
<script src=/resources/testharnessreport.js></script>
|
|
<script src=./js/harness/sync_index.js></script>
|
|
<script src=./js/harness/wasm-constants.js></script>
|
|
<script src=./js/harness/wasm-module-builder.js></script>
|
|
|
|
<div id=log></div>
|
|
<script src=./js/switch.wast.js></script>
|
|
</body>
|
|
</html>
|