Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/toyobayashi/wasm-sjlj
https://github.com/toyobayashi/wasm-sjlj
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/toyobayashi/wasm-sjlj
- Owner: toyobayashi
- Created: 2024-02-14T17:47:56.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-12-16T12:31:13.000Z (about 1 month ago)
- Last Synced: 2024-12-16T13:38:32.197Z (about 1 month ago)
- Language: C
- Size: 32.2 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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)
```bash
./build.sh
node ./test/main.js
```The sources is from [emscripten](https://github.com/emscripten-core/emscripten) repo.