<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>retrofire//wasm</title>
<link href="style.css" rel="stylesheet">
</head>
<body>
<script type="module">
import init from './pkg/wasm.js';
async function run() { await init(); }
run();
</script>
<noscript>
This page contains webassembly and javascript content
and does not work with javascript disabled.
</noscript>
</body>
</html>