@thi.ng/wasm-api
Advanced tools
Comparing version 2.2.1 to 2.2.2
# Change Log | ||
- **Last updated**: 2024-11-10T18:20:49Z | ||
- **Last updated**: 2024-11-13T12:46:52Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/wasm-api", | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"description": "Generic, modular, extensible API bridge and infrastructure for hybrid JS & WebAssembly projects", | ||
@@ -35,6 +35,6 @@ "type": "module", | ||
"pub": "yarn npm publish --access public", | ||
"test": "zig test zig/tests.zig && bun test", | ||
"test:build-zig-allocators": "zig build-exe -fno-entry -fstrip --stack 4096 -OReleaseSmall -target wasm32-freestanding --dep wasmapi -Mroot=test/allocators.zig -Mwasmapi=zig/lib.zig --name allocators -rdynamic --import-symbols && wasm-dis -o allocators.wast allocators.wasm && mv allocators.wasm test", | ||
"test:build-zig-custom": "zig build-exe -fno-entry -fstrip --stack 4096 -OReleaseSmall -target wasm32-freestanding --dep wasmapi -Mroot=test/custom.zig -Mwasmapi=zig/lib.zig --name custom -rdynamic --import-symbols && wasm-dis -o custom.wast custom.wasm && mv custom.wasm test", | ||
"test:build-zig": "yarn test:build-zig-allocators && yarn test:build-zig-custom", | ||
"test": "zig test zig/tests.zig && yarn test:prepare && bun test", | ||
"test:build-zig-allocators": "zig build-exe -fno-entry -fstrip --stack 4096 -OReleaseSmall -target wasm32-freestanding --dep wasm-api -Mroot=test/allocators.zig -Mwasm-api=zig/lib.zig --name allocators -rdynamic --import-symbols && mv allocators.wasm test", | ||
"test:build-zig-custom": "zig build-exe -fno-entry -fstrip --stack 4096 -OReleaseSmall -target wasm32-freestanding --dep wasm-api -Mroot=test/custom.zig -Mwasm-api=zig/lib.zig --name custom -rdynamic --import-symbols && mv custom.wasm test", | ||
"test:prepare": "yarn test:build-zig-allocators && yarn test:build-zig-custom", | ||
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" | ||
@@ -128,3 +128,3 @@ }, | ||
}, | ||
"gitHead": "49023d7517c20e18bc0612051059f9f971372b4c\n" | ||
"gitHead": "10a1633519e744335853d3c64d9d23d06d63cda4\n" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
165849