JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 54183
  • Score
    100M100P100Q151739F
  • License MIT

setjmp/longjmp implementation from Emscripten

Package Exports

  • wasm-sjlj
  • wasm-sjlj/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (wasm-sjlj) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

wasi-sdk 25 (LLVM 19) already supports sjlj and not compatible with this package

This package is only for LLVM 17 or 18

wasi-sdk 21 (clang 17.0.6 6009708b4367171ccdbf4b5905cb6a803753fe18)

./build.sh
node ./test/main.js

The sources is from emscripten repo.