Clean-up libc usage

This commit is contained in:
gingerBill
2024-09-22 13:20:45 +01:00
parent 634fa7aa30
commit 26d00925cc
8 changed files with 15 additions and 7 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ The `js_wasm32` target assumes that the WASM output will be ran within a web bro
## Example for `js_wasm32`
```html
<!-- Copy `vendor:wasm/js/odin.js` into your web server -->
<!-- Copy `core:sys/wasm/js/odin.js` into your web server -->
<script type="text/javascript" src="odin.js"></script>
<script type="text/javascript">
odin.runWasm(pathToWasm, consolePreElement);