Files
strudel/packages/zig/index.html
T
Felix Roos 93cfe9802c zig dsp poc
2024-01-10 18:11:05 +01:00

11 lines
176 B
HTML

<!doctype html>
<html>
<head>
<title>ZIG / WASM Demo</title>
</head>
<body>
<button id="play">play</button>
</body>
<script src="./main.js"></script>
</html>