-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Another small, but important, update to the javascript subproject.
It turns out that wasm does not support exception for the time being. Emscripten provides a workaround, but the flag -fexceptions must be used. So CMakeLists.txt has been updated. Also the ojph_wrapper.cpp has been update. Now it include enable_resilience. Now, it also uses EMSCRIPTEN_KEEPALIVE preprocessor directive to expose functions rather than specifying them in the CMakeLists.txt.
- Loading branch information
Showing
5 changed files
with
27 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.