@thi.ng/wasm-api
Advanced tools
Comparing version 1.5.2 to 1.5.3
# Change Log | ||
- **Last updated**: 2024-04-23T07:02:17Z | ||
- **Last updated**: 2024-04-25T19:44:55Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -18,2 +18,4 @@ | ||
- store existing script as build-v0.11.zig | ||
- update build script for zig v0.12.0 (incomplete) ([d4fcc54](https://github.com/thi-ng/umbrella/commit/d4fcc54)) | ||
- store existing script as build-v0.11.zig | ||
@@ -27,2 +29,3 @@ #### 🩹 Bug fixes | ||
- minor zig v0.12.0 updates ([4a0751c](https://github.com/thi-ng/umbrella/commit/4a0751c)) | ||
- minor zig v0.12.0 updates ([e3e074d](https://github.com/thi-ng/umbrella/commit/e3e074d)) | ||
@@ -29,0 +32,0 @@ ### [1.4.69](https://github.com/thi-ng/umbrella/tree/@thi.ng/wasm-api@1.4.69) (2024-04-20) |
{ | ||
"name": "@thi.ng/wasm-api", | ||
"version": "1.5.2", | ||
"version": "1.5.3", | ||
"description": "Generic, modular, extensible API bridge and infrastructure for hybrid JS & WebAssembly projects", | ||
@@ -35,3 +35,3 @@ "type": "module", | ||
"pub": "yarn npm publish --access public", | ||
"test": "bun test", | ||
"test": "zig test zig/managed-index.zig && bun test", | ||
"test:build-zig": "zig build-lib -O ReleaseSmall -target wasm32-freestanding -dynamic --strip --pkg-begin wasmapi zig/lib.zig --pkg-end test/custom.zig && wasm-dis -o custom.wast custom.wasm && cp custom.wasm test", | ||
@@ -119,3 +119,3 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" | ||
}, | ||
"gitHead": "5dd66c18a3862a3af69a5b2f49563f7cbdd960c2\n" | ||
"gitHead": "aed3421c21044c005fbcb7cc37965ccf85a870d2\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
144196
91