Halcyon/index.html

15 lines
172 B
HTML
Raw Permalink Normal View History

2024-10-22 11:27:39 -05:00
<!DOCTYPE html>
<html>
<head>
</head>
<script>
2024-11-01 12:34:58 -05:00
const url = '/test.wasm';
WebAssembly.instantiateStreaming(fetch(url), { console });
2024-10-22 11:27:39 -05:00
</script>
<body>
2024-11-01 12:34:58 -05:00
2024-10-22 11:27:39 -05:00
</body>
</html>