Halcyon/index.html

14 lines
167 B
HTML
Raw Normal View History

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