fix: add WASM loading script to SSR HTML template for client hydration
This commit is contained in:
parent
3d19f62fb4
commit
8f2f00244c
@ -9,5 +9,6 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="main"></div>
|
<div id="main"></div>
|
||||||
|
<script type="module" async src="/./wasm/yggdrasil.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user