Halcyon/index.html
2024-11-01 12:34:58 -05:00

15 lines
172 B
HTML

<!DOCTYPE html>
<html>
<head>
</head>
<script>
const url = '/test.wasm';
WebAssembly.instantiateStreaming(fetch(url), { console });
</script>
<body>
</body>
</html>