Skip to content

Commit

Permalink
let's try WASM_WORKERS=2 again with compile options this time
Browse files Browse the repository at this point in the history
  • Loading branch information
slowriot committed Dec 12, 2024
1 parent f28c1f7 commit 76f3a71
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ target_compile_options(client PRIVATE
-mavx
-msimd128
# for workers
-sWASM_WORKERS=2
-mbulk-memory
-matomics
# emscripten ports
Expand Down Expand Up @@ -218,7 +219,7 @@ target_link_options(client PRIVATE
-sALLOW_MEMORY_GROWTH
-sSTACK_SIZE=5mb
-sWASM_BIGINT
-sWASM_WORKERS
-sWASM_WORKERS=2
-sUSE_WEBGPU
-sFETCH
-sAUDIO_WORKLET
Expand Down

0 comments on commit 76f3a71

Please sign in to comment.