gecko-dev/testing/web-platform/mozilla/tests/wasm/utf8-import-field.wast.js.html

18 lines
553 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/utf8-import-field.wast.js></script>
</body>
</html>