Skip to content

Commit

Permalink
🤖 build demo website for 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Madoshakalaka authored and actions-user committed Jan 8, 2022
1 parent 0f38ca6 commit c0068d5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ async function load(module, imports) {

async function init(input) {
if (typeof input === 'undefined') {
input = new URL('index-2c4ff15bf4c1c579_bg.wasm', import.meta.url);
input = new URL('index-e9cf20056f189d4_bg.wasm', import.meta.url);
}
const imports = {};
imports.wbg = {};
Expand Down
Binary file not shown.
6 changes: 3 additions & 3 deletions docs/v0.3.0/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Yew Interop Demo</title>
<script type="module">import init from '/yew-interop/v0.3.0/index-2c4ff15bf4c1c579.js';init('/yew-interop/v0.3.0/index-2c4ff15bf4c1c579_bg.wasm');</script>
<script type="module">import init from '/yew-interop/v0.3.0/index-e9cf20056f189d4.js';init('/yew-interop/v0.3.0/index-e9cf20056f189d4_bg.wasm');</script>


<style>
Expand All @@ -14,8 +14,8 @@
</style>


<link rel="preload" href="/yew-interop/v0.3.0/index-2c4ff15bf4c1c579_bg.wasm" as="fetch" type="application/wasm" crossorigin="">
<link rel="modulepreload" href="/yew-interop/v0.3.0/index-2c4ff15bf4c1c579.js"></head>
<link rel="preload" href="/yew-interop/v0.3.0/index-e9cf20056f189d4_bg.wasm" as="fetch" type="application/wasm" crossorigin="">
<link rel="modulepreload" href="/yew-interop/v0.3.0/index-e9cf20056f189d4.js"></head>


<body></body></html>

0 comments on commit c0068d5

Please sign in to comment.