Skip to content

Commit

Permalink
Update emscripten and assimp.
Browse files Browse the repository at this point in the history
  • Loading branch information
kovacsv committed Dec 29, 2022
1 parent 5607018 commit b88010a
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ if (${EMSCRIPTEN})

target_link_options (AssimpJS PUBLIC -sMODULARIZE=1)
target_link_options (AssimpJS PUBLIC -sEXPORT_NAME='assimpjs')
target_link_options (AssimpJS PUBLIC -sSTACK_SIZE=10MB)
target_link_options (AssimpJS PUBLIC -sALLOW_MEMORY_GROWTH=1 --no-heap-copy)
target_link_options (AssimpJS PUBLIC -sNO_DISABLE_EXCEPTION_CATCHING)

Expand Down
2 changes: 1 addition & 1 deletion assimp
Submodule assimp updated 118 files
2 changes: 1 addition & 1 deletion dist/assimpjs.js

Large diffs are not rendered by default.

Binary file modified dist/assimpjs.wasm
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/dist/assimpjs.js

Large diffs are not rendered by default.

Binary file modified docs/dist/assimpjs.wasm
Binary file not shown.
8 changes: 4 additions & 4 deletions tools/setup_emscripten_win.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ pushd %~dp0\..

call git clone https://github.com/emscripten-core/emsdk.git
call cd emsdk
call emsdk install 3.1.14
call emsdk activate 3.1.14
call emsdk install mingw-4.6.2-32bit
call emsdk activate mingw-4.6.2-32bit
call emsdk install 3.1.28
call emsdk activate 3.1.28
call emsdk install mingw-7.1.0-64bit
call emsdk activate mingw-7.1.0-64bit
call cd ..

popd

0 comments on commit b88010a

Please sign in to comment.