Update wasm version
This commit is contained in:
parent
6f68444dc7
commit
1c1e521b92
2 changed files with 14 additions and 2 deletions
|
@ -5,13 +5,13 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Tutorial 13 Threading</title>
|
||||
<title>Tuto1</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="wasm-example"></div>
|
||||
<script type="module">
|
||||
import init from "./pkg/tutorial13_threading.js";
|
||||
import init from "./pkg/tuto1.js";
|
||||
init().then(() => {
|
||||
console.log("WASM Loaded");
|
||||
});
|
||||
|
@ -19,6 +19,8 @@
|
|||
<style>
|
||||
body {
|
||||
background-color: #444;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
canvas {
|
||||
background-color: black;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue