Update README.md

This commit is contained in:
gingerBill
2022-07-10 00:52:59 +01:00
committed by GitHub
parent e8148055ad
commit 9e376fbda7

View File

@@ -10,6 +10,6 @@ The `js_wasm32` target assumes that the WASM output will be ran within a web bro
<!-- Copy `vendor:wasm/js/runtime.js` into your web server -->
<script type="text/javascript" src="runtime.js"></script>
<script type="text/javascript">
odin.runWasm(pathToWasm, webglCanvasElement, consolePreElement);
odin.runWasm(pathToWasm, consolePreElement);
</script>
```
```