Skip to content
Snippets Groups Projects
Commit 71a3a700 authored by Jaswant Panchumarti (Kitware)'s avatar Jaswant Panchumarti (Kitware)
Browse files

wasm: enable exception support for exprtk

- `TestGlyph3DMapperOrientationArray` uses vtkArrayCalculator
which internally uses exprtk. This test threw an uncaught exception
from exprtk because in wasm, exceptions are not enabled by default.
- This commit enables exception support when compiling the exprtk
library with emscripten. The exception support is not enabled
for all targets yet because the emscripten docs say this flag
has a large overhead in performance.
parent 2cd926af
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment