diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7c40a76..8868a41 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -77,8 +77,8 @@ jobs: elif [ "${{ matrix.USE_EMSCRIPTEN }}" = 1 ]; then git clone https://github.com/emscripten-core/emsdk.git cd emsdk - ./emsdk install latest - ./emsdk activate latest + ./emsdk install 3.1.17 + ./emsdk activate 3.1.17 source ./emsdk_env.sh cd .. emmake make diff --git a/c/p8g.dll b/c/p8g.dll index 2a94394..bf1751f 100644 Binary files a/c/p8g.dll and b/c/p8g.dll differ diff --git a/c/p8g.wasm b/c/p8g.wasm index dc2fdd2..7558a0e 100644 Binary files a/c/p8g.wasm and b/c/p8g.wasm differ diff --git a/docs/docs/get-started/c++.md b/docs/docs/get-started/c++.md index f0b504e..bf46cc5 100644 --- a/docs/docs/get-started/c++.md +++ b/docs/docs/get-started/c++.md @@ -124,7 +124,7 @@ em++ -std=c++11 -s MAIN_MODULE=2 -sEXPORTED_FUNCTIONS=_main -o hello_rectangle.h emrun --no_browser hello_rectangle.html ``` -Tested on macOS Mojave 10.14.6 with Emscripten SDK 3.1.8 downloaded and installed from https://emscripten.org/docs/getting_started/downloads.html. +Tested on macOS Mojave 10.14.6 with Emscripten SDK 3.1.17 downloaded and installed from https://emscripten.org/docs/getting_started/downloads.html. diff --git a/docs/docs/get-started/c.md b/docs/docs/get-started/c.md index 508dee2..5571448 100644 --- a/docs/docs/get-started/c.md +++ b/docs/docs/get-started/c.md @@ -119,7 +119,7 @@ emcc -s MAIN_MODULE=2 -sEXPORTED_FUNCTIONS=_main -o hello_rectangle.html hello_r emrun --no_browser hello_rectangle.html ``` -Tested on macOS Mojave 10.14.6 with Emscripten SDK 3.1.8 downloaded and installed from https://emscripten.org/docs/getting_started/downloads.html. +Tested on macOS Mojave 10.14.6 with Emscripten SDK 3.1.17 downloaded and installed from https://emscripten.org/docs/getting_started/downloads.html. diff --git a/docs/static/examples/astar.wasm b/docs/static/examples/astar.wasm index 9f383c6..4f7f26b 100755 Binary files a/docs/static/examples/astar.wasm and b/docs/static/examples/astar.wasm differ diff --git a/docs/static/examples/fireworks.wasm b/docs/static/examples/fireworks.wasm index 9a9ca38..cb63f08 100755 Binary files a/docs/static/examples/fireworks.wasm and b/docs/static/examples/fireworks.wasm differ diff --git a/docs/static/examples/flappy-bird.wasm b/docs/static/examples/flappy-bird.wasm index 8654fd7..c08ac20 100755 Binary files a/docs/static/examples/flappy-bird.wasm and b/docs/static/examples/flappy-bird.wasm differ diff --git a/docs/static/examples/keyboard-events.wasm b/docs/static/examples/keyboard-events.wasm index ca58260..88e5508 100755 Binary files a/docs/static/examples/keyboard-events.wasm and b/docs/static/examples/keyboard-events.wasm differ diff --git a/docs/static/examples/mouse-events.wasm b/docs/static/examples/mouse-events.wasm index 7c1a745..e593b9f 100755 Binary files a/docs/static/examples/mouse-events.wasm and b/docs/static/examples/mouse-events.wasm differ diff --git a/docs/static/examples/noise.wasm b/docs/static/examples/noise.wasm index 9055980..b2e9411 100755 Binary files a/docs/static/examples/noise.wasm and b/docs/static/examples/noise.wasm differ diff --git a/docs/static/examples/p8g.wasm b/docs/static/examples/p8g.wasm index dc2fdd2..7558a0e 100644 Binary files a/docs/static/examples/p8g.wasm and b/docs/static/examples/p8g.wasm differ diff --git a/docs/static/examples/quadtree.wasm b/docs/static/examples/quadtree.wasm index e67de26..8bf979f 100755 Binary files a/docs/static/examples/quadtree.wasm and b/docs/static/examples/quadtree.wasm differ