UNPKG

wasm-sjlj

Version:

setjmp/longjmp implementation from Emscripten

47 lines (46 loc) 936 B
{ "name": "wasm-sjlj", "version": "1.0.6", "description": "setjmp/longjmp implementation from Emscripten", "main": "index.js", "gypfile": false, "scripts": { "build": "./build.sh", "test": "node test/main.js" }, "files": [ "lib/libsetjmp.a", "lib/libsetjmp-mt.a", "include/setjmp.h", "src/emscripten_setjmp.c", "src/emscripten_tempret.s", "index.js", "index.d.ts", "setjmp.gyp" ], "repository": { "type": "git", "url": "git+https://github.com/toyobayashi/wasm-sjlj.git" }, "keywords": [ "emscripten", "wasm", "emcc", "webassembly", "clang", "c", "c++", "cpp", "wasi-sdk", "wasi" ], "author": "toyobayashi", "license": "MIT", "bugs": { "url": "https://github.com/toyobayashi/wasm-sjlj/issues" }, "homepage": "https://github.com/toyobayashi/wasm-sjlj#readme", "publishConfig": { "access": "public" } }