Skip to content

Commit

Permalink
docs(wasm-api): update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Jan 10, 2025
1 parent 4d13455 commit 87ba03b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/wasm-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
- [Naming & structural conventions](#naming--structural-conventions)
- [Status](#status)
- [Support packages](#support-packages)
- [Third party modules](#third-party-modules)
- [Installation](#installation)
- [Dependencies](#dependencies)
- [Usage examples](#usage-examples)
Expand Down Expand Up @@ -440,6 +441,10 @@ please also consult the information in
- [@thi.ng/wasm-api-schedule](https://github.com/thi-ng/umbrella/tree/develop/packages/wasm-api-schedule) - Delayed & scheduled function execution (via setTimeout() etc.) for hybrid WASM apps
- [@thi.ng/wasm-api-webgl](https://github.com/thi-ng/umbrella/tree/develop/packages/wasm-api-webgl) - WebGL bridge API for hybrid TypeScript & WASM (Zig) applications

### Third party modules

- [@genart-api/wasm](https://github.com/thi-ng/genart-api/tree/main/packages/wasm) — WASM/Zig bindings for [GenArtAPI](https://thi.ng/genart-api)

## Installation

```bash
Expand Down
4 changes: 4 additions & 0 deletions packages/wasm-api/tpl.readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,10 @@ please also consult the information in

{{repo.supportPackages}}

### Third party modules

- [@genart-api/wasm](https://github.com/thi-ng/genart-api/tree/main/packages/wasm) — WASM/Zig bindings for [GenArtAPI](https://thi.ng/genart-api)

{{repo.relatedPackages}}

{{meta.blogPosts}}
Expand Down

0 comments on commit 87ba03b

Please sign in to comment.