Crafter.Build/wasi-runtime/index.html.in
Jorijn van der Graaf 2b7e37e3b9
Some checks failed
CI / build-test-release (push) Failing after 16m28s
wasm fixes
2026-05-26 22:50:08 +02:00

10 lines
316 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>{{WASM}}</title>
<script>window.CRAFTER_WASM_URL = "{{WASM}}?v={{BUILDID}}";</script>
{{ENV_SCRIPTS}} <script src="runtime.js?v={{BUILDID}}" type="module"></script>
</head>
<body style="margin:0;"></body>
</html>