@thi.ng/wasm-api
Advanced tools
Comparing version 1.2.0 to 1.2.1
# Change Log | ||
- **Last updated**: 2022-12-01T18:02:30Z | ||
- **Last updated**: 2022-12-02T14:13:34Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/wasm-api", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Generic, modular, extensible API bridge and infrastructure for hybrid JS & WebAssembly projects", | ||
@@ -58,5 +58,7 @@ "type": "module", | ||
"bindings", | ||
"bigint", | ||
"browser", | ||
"c", | ||
"event", | ||
"hex", | ||
"interop", | ||
@@ -66,2 +68,4 @@ "logger", | ||
"modular", | ||
"polyglot", | ||
"shared-memory", | ||
"string", | ||
@@ -73,2 +77,3 @@ "typedarray", | ||
"webassembly", | ||
"zig", | ||
"ziglang" | ||
@@ -116,3 +121,3 @@ ], | ||
}, | ||
"gitHead": "199dcde33bf3d0b0bbd205d3b870dff43b735b22\n" | ||
"gitHead": "7d1e314f207299ff3c1a782d287ad99120b40b85\n" | ||
} |
@@ -316,3 +316,4 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
// Declare extra WASM API packages to use | ||
// Each package can also declare its dependencies | ||
// Each package can also declare dependencies to other such packages | ||
// (wasm-api and wasm-api-bindgen are made available everywhere) | ||
.packages = &.{ | ||
@@ -323,2 +324,3 @@ .{ .id = "wasm-api-dom", .path = "@thi.ng/wasm-api-dom/zig/lib.zig" }, | ||
// (optional) build mode override | ||
// if commented out, we can pass CLI args to choose build mode (default: .Debug) | ||
.mode = .ReleaseSmall, | ||
@@ -325,0 +327,0 @@ }).install(); |
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
131721
531