Browse Source

Update README.md

gingerBill 3 years ago
parent
commit
9e376fbda7
1 changed files with 2 additions and 2 deletions
  1. 2 2
      vendor/wasm/README.md

+ 2 - 2
vendor/wasm/README.md

@@ -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>
-```
+```