diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 922ba512..f5435945 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,7 +59,7 @@ jobs: run: cargo fmt -- --check - name: Install emscripten - uses: mymindstorm/setup-emsdk@v7 + uses: mymindstorm/setup-emsdk@v10 with: version: ${{ env.EMSCRIPTEN_VERSION }} diff --git a/emscripten-version b/emscripten-version index da37822f..8f4c02d6 100644 --- a/emscripten-version +++ b/emscripten-version @@ -1 +1 @@ -2.0.11 \ No newline at end of file +2.0.24 diff --git a/lib/binding_web/exports.json b/lib/binding_web/exports.json index 01f93434..0313f799 100644 --- a/lib/binding_web/exports.json +++ b/lib/binding_web/exports.json @@ -9,7 +9,6 @@ "__ZNSt3__212basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE7reserveEm", "__ZNSt3__212basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE9__grow_byEmmmmmm", "__ZNSt3__212basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE9push_backEc", - "__ZNSt3__212basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEC1ERKS5_", "__ZNSt3__212basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev", "__ZNSt3__212basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE9push_backEw", "__ZNSt3__212basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev",