Files
next.orly.dev/pkg/wasm/index.html
2025-11-14 14:37:36 +00:00

11 lines
205 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Hello, World! in WebAssembly</title>
</head>
<body>
<script src="hello.js" type="module"></script>
</body>
</html>