@thi.ng/wasm-api-bindgen
Advanced tools
Comparing version 1.0.1 to 1.1.0
# Change Log | ||
- **Last updated**: 2025-01-04T21:07:38Z | ||
- **Last updated**: 2025-01-10T10:06:26Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -12,2 +12,9 @@ | ||
## [1.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/wasm-api-bindgen@1.1.0) (2025-01-10) | ||
#### 🚀 Features | ||
- update generated TS default imports ([b9ffe90](https://github.com/thi-ng/umbrella/commit/b9ffe90)) | ||
- update test snapshots | ||
## [0.8.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/wasm-api-bindgen@0.8.0) (2024-11-10) | ||
@@ -14,0 +21,0 @@ |
{ | ||
"name": "@thi.ng/wasm-api-bindgen", | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"description": "Polyglot bindings code generators (TS/JS, Zig, C11) for hybrid WebAssembly projects", | ||
@@ -57,3 +57,3 @@ "type": "module", | ||
"@thi.ng/strings": "^3.9.0", | ||
"@thi.ng/wasm-api": "^2.2.7" | ||
"@thi.ng/wasm-api": "^2.3.0" | ||
}, | ||
@@ -133,3 +133,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "56c1d57a96565bbcc8c06c73779a619bba0db368\n" | ||
"gitHead": "d52592c42d33072925fb531e70e2879fd52b26e6\n" | ||
} |
@@ -36,3 +36,3 @@ import { | ||
"// @ts-ignore possibly includes unused imports", | ||
`import { defType, Pointer, ${str}, type IWasmMemoryAccess, type MemorySlice, type MemoryView, type WasmTypeBase } from "@thi.ng/wasm-api";` | ||
`import { defType, Pointer, ${str}, type IWasmMemoryAccess, type MemorySlice, type MemoryView, type WasmTypeBase, type WasmTypeKeys } from "@thi.ng/wasm-api";` | ||
]; | ||
@@ -39,0 +39,0 @@ if (Object.values(coll).some( |
141049
Updated@thi.ng/wasm-api@^2.3.0