haku2: on the client

resource indicators are currently unimplemented
This commit is contained in:
りき萌 2025-06-15 21:29:50 +02:00
parent 45c954cb03
commit e667c6336a
10 changed files with 437 additions and 364 deletions

View file

@ -16,6 +16,7 @@
<script>
const HAKU_WASM_PATH = "{{{ static 'wasm/haku.wasm' }}}";
const HAKU2_WASM_PATH = "{{{ static 'wasm/haku2.wasm' }}}";
</script>
<script type="module" async>