Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Aug 21, 2024
1 parent 29b0963 commit b9a3f06
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 3 deletions.
16 changes: 15 additions & 1 deletion packages/wasm-api-bindgen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2024-08-18T14:11:34Z
- **Last updated**: 2024-08-21T13:14:29Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand All @@ -9,6 +9,20 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin
**Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes
and/or version bumps of transitive dependencies.

## [0.7.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/wasm-api-bindgen@0.7.0) (2024-08-21)

#### 🚀 Features

- add support for external types ([af1a44d](https://github.com/thi-ng/umbrella/commit/af1a44d))
- update ICodeGen interface & all impls (C, TS, Zig)
- update JSON schema ([e7bd5a9](https://github.com/thi-ng/umbrella/commit/e7bd5a9))

#### 🩹 Bug fixes

- update type prefix handling in C11 codegen ([5b6fcc2](https://github.com/thi-ng/umbrella/commit/5b6fcc2))
- don't add prefix for external types
- add naming convention helper fns

## [0.6.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/wasm-api-bindgen@0.6.0) (2024-08-18)

#### 🚀 Features
Expand Down
2 changes: 1 addition & 1 deletion packages/wasm-api-bindgen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/wasm-api-bindgen",
"version": "0.6.0",
"version": "0.7.0",
"description": "Polyglot bindings code generators (TS/JS, Zig, C11) for hybrid WebAssembly projects",
"type": "module",
"module": "./index.js",
Expand Down
25 changes: 24 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6855,7 +6855,30 @@ __metadata:
languageName: unknown
linkType: soft

"@thi.ng/wasm-api-bindgen@npm:^0.6.0, @thi.ng/wasm-api-bindgen@workspace:^, @thi.ng/wasm-api-bindgen@workspace:packages/wasm-api-bindgen":
"@thi.ng/wasm-api-bindgen@npm:^0.6.0":
version: 0.6.0
resolution: "@thi.ng/wasm-api-bindgen@npm:0.6.0"
dependencies:
"@thi.ng/api": "npm:^8.11.9"
"@thi.ng/args": "npm:^2.3.42"
"@thi.ng/arrays": "npm:^2.10.0"
"@thi.ng/binary": "npm:^3.4.32"
"@thi.ng/checks": "npm:^3.6.11"
"@thi.ng/compare": "npm:^2.4.1"
"@thi.ng/defmulti": "npm:^3.0.47"
"@thi.ng/errors": "npm:^2.5.15"
"@thi.ng/file-io": "npm:^2.1.11"
"@thi.ng/logger": "npm:^3.0.19"
"@thi.ng/paths": "npm:^5.1.89"
"@thi.ng/strings": "npm:^3.8.4"
"@thi.ng/wasm-api": "npm:^2.0.0"
bin:
wasm-api-bindgen: bin/wasm-api-bindgen
checksum: 10/ecc66bab9f01fd0b4579064c8e7606bbd089b91d3969e89d98d325bdb170277d14a67b6ebd4f8ab34a59f8f801141dd4507bda693d8310e6312043f7d3c4232a
languageName: node
linkType: hard

"@thi.ng/wasm-api-bindgen@workspace:^, @thi.ng/wasm-api-bindgen@workspace:packages/wasm-api-bindgen":
version: 0.0.0-use.local
resolution: "@thi.ng/wasm-api-bindgen@workspace:packages/wasm-api-bindgen"
dependencies:
Expand Down

0 comments on commit b9a3f06

Please sign in to comment.