<html>
<head>
<meta charset="UTF-8" />
<link rel="stylesheet" href="style.css">
</head>
<script type="module">
import init, * as mod from './wasm/bindgen.js'
window._sweet_wasm = mod;
init()
.catch((error) => {
if (!error.message.startsWith("Using exceptions for control flow,"))
throw error
});
</script>
</html>