Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support stack overflow checks in standalone mode (#2525) | Alon Zakai | 2019-12-12 | 1 | -0/+89 |
In normal mode we call a JS import, but we can't import from JS in standalone mode. Instead, just trap in that case with an unreachable. (The error reporting is not as good in this case, but at least it catches all errors and halts, and the emitted wasm is valid for standalone mode.) Helps emscripten-core/emscripten#10019 |