This commit is contained in:
parent
0e80877dca
commit
2b7e37e3b9
3 changed files with 311 additions and 46 deletions
|
|
@ -3,8 +3,8 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>{{WASM}}</title>
|
||||
<script>window.CRAFTER_WASM_URL = "{{WASM}}";</script>
|
||||
{{ENV_SCRIPTS}} <script src="runtime.js" type="module"></script>
|
||||
<script>window.CRAFTER_WASM_URL = "{{WASM}}?v={{BUILDID}}";</script>
|
||||
{{ENV_SCRIPTS}} <script src="runtime.js?v={{BUILDID}}" type="module"></script>
|
||||
</head>
|
||||
<body style="margin:0;"></body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue