fix: add WASM loading script to SSR HTML template for client hydration

This commit is contained in:
xfy 2026-06-03 16:30:03 +08:00
parent 3d19f62fb4
commit 8f2f00244c

View File

@ -9,5 +9,6 @@
</head>
<body>
<div id="main"></div>
<script type="module" async src="/./wasm/yggdrasil.js"></script>
</body>
</html>