@thi.ng/wasm-api
Advanced tools
Comparing version 1.1.0 to 1.1.1
# Change Log | ||
- **Last updated**: 2022-11-28T13:36:49Z | ||
- **Last updated**: 2022-11-30T22:27:37Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/wasm-api", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Generic, modular, extensible API bridge and infrastructure for hybrid JS & WebAssembly projects", | ||
@@ -38,13 +38,13 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.5.0", | ||
"@thi.ng/arrays": "^2.4.3", | ||
"@thi.ng/checks": "^3.3.3", | ||
"@thi.ng/errors": "^2.2.4", | ||
"@thi.ng/hex": "^2.3.0", | ||
"@thi.ng/idgen": "^2.1.19", | ||
"@thi.ng/logger": "^1.4.3" | ||
"@thi.ng/api": "^8.5.1", | ||
"@thi.ng/arrays": "^2.4.4", | ||
"@thi.ng/checks": "^3.3.4", | ||
"@thi.ng/errors": "^2.2.5", | ||
"@thi.ng/hex": "^2.3.1", | ||
"@thi.ng/idgen": "^2.1.20", | ||
"@thi.ng/logger": "^1.4.4" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.33.5", | ||
"@thi.ng/testament": "^0.3.5", | ||
"@thi.ng/testament": "^0.3.6", | ||
"rimraf": "^3.0.2", | ||
@@ -114,3 +114,3 @@ "tools": "^0.0.1", | ||
}, | ||
"gitHead": "75ec32ff7f1b7b5e72e7a04ace24732cd5d6c774\n" | ||
"gitHead": "1fe40da507070653f420156d91e6b27cf682004f\n" | ||
} |
@@ -151,3 +151,3 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
// Import JS core API | ||
const js = @import("wasmapi"); | ||
const js = @import("wasm-api"); | ||
const custom = @import("custom.zig"); | ||
@@ -352,3 +352,3 @@ | ||
Package sizes (gzipped, pre-treeshake): ESM: 2.73 KB | ||
Package sizes (brotli'd, pre-treeshake): ESM: 2.47 KB | ||
@@ -376,2 +376,3 @@ ## Dependencies | ||
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/zig-canvas.png" width="240"/> | Zig-based DOM creation & canvas drawing app | [Demo](https://demo.thi.ng/umbrella/zig-canvas/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/zig-canvas) | | ||
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/zig-cellular.jpg" width="240"/> | Zig-based 2D multi-behavior cellular automata | [Demo](https://demo.thi.ng/umbrella/zig-cellular/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/zig-cellular) | | ||
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/zig-counter.png" width="240"/> | Simple Zig/WASM click counter DOM component | [Demo](https://demo.thi.ng/umbrella/zig-counter/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/zig-counter) | | ||
@@ -419,3 +420,3 @@ | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/zig-todo-list.png" width="240"/> | Zig-based To-Do list, DOM creation, local storage task persistence | [Demo](https://demo.thi.ng/umbrella/zig-todo-list/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/zig-todo-list) | | ||
/// see build command for configuration | ||
const js = @import("wasmapi"); | ||
const js = @import("wasm-api"); | ||
@@ -434,3 +435,3 @@ export fn start() void { | ||
zig build-lib \ | ||
--pkg-begin wasmapi node_modules/@thi.ng/wasm-api/zig/lib.zig --pkg-end \ | ||
--pkg-begin wasm-api node_modules/@thi.ng/wasm-api/zig/lib.zig --pkg-end \ | ||
-target wasm32-freestanding \ | ||
@@ -437,0 +438,0 @@ -O ReleaseSmall -dynamic \ |
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
125187
507
Updated@thi.ng/api@^8.5.1
Updated@thi.ng/arrays@^2.4.4
Updated@thi.ng/checks@^3.3.4
Updated@thi.ng/errors@^2.2.5
Updated@thi.ng/hex@^2.3.1
Updated@thi.ng/idgen@^2.1.20
Updated@thi.ng/logger@^1.4.4