Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

emscripten-wasm-eh

Use the WebAssembly exception handling ABI to unwind for the wasm32-unknown-emscripten. If compiling with this setting, the emcc linker should be invoked with -fwasm-exceptions. If linking with C/C++ files, the C/C++ files should also be compiled with -fwasm-exceptions.