project buils based on target instead of webexport

This commit is contained in:
Blue 2023-08-11 10:57:27 -06:00
parent 6d5722ba35
commit 5efb75c291
3 changed files with 6 additions and 26 deletions

View file

@ -70,7 +70,7 @@ Once emsdk is installed, set it up by running
Find the folder where it's installed and run
`zig build webexport --sysroot [path to emsdk]/upstream/emscripten`
`zig build -Dtarget=wasm32-emscripten --sysroot [path to emsdk]/upstream/emscripten`
once that is finished, the exported project should be located at `zig-out/htmlout`