--- /dev/null
+@echo off
+
+set TARGET=site\analyzer.wasm
+set ONYX_MODULE_DIRECTORY=\dev\onyx
+
+copy "%ONYX_MODULE_DIRECTORY%\bin\onyx-loader.js" .\site\js\onyx-loader.js >NUL
+copy "%ONYX_MODULE_DIRECTORY%\modules\webgl2\webgl2.js" .\site\js\webgl2.js >NUL
+copy "%ONYX_MODULE_DIRECTORY%\modules\js_events\js_events.js" .\site\js\js_events.js >NUL
+
+\dev\onyx\onyx --no-colors -r js -V --use-post-mvp-features -I %ONYX_MODULE_DIRECTORY% --doc doc\source_reference -o %TARGET% src\build.onyx
\ No newline at end of file
#!/bin/sh
-$(which python) -m http.server
\ No newline at end of file
+$(which python3) -m http.server
\ No newline at end of file