mirror of
https://github.com/odin-lang/Odin.git
synced 2026-03-01 06:08:19 +00:00
Update README.md
This commit is contained in:
4
vendor/wasm/README.md
vendored
4
vendor/wasm/README.md
vendored
@@ -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>
|
||||
```
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user