Skip to content

Commit a557b2e

Browse files
authored
Merge pull request #318 from GordonSmith/BUMP_VERSIONS
feat: Bump versions
2 parents 91fee7d + b19c6c7 commit a557b2e

File tree

18 files changed

+714
-741
lines changed

18 files changed

+714
-741
lines changed

README.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -8,32 +8,32 @@ This repository contains a collection of useful c++ libraries compiled to WASM f
88
- [base91](https://base91.sourceforge.net/) - v0.6.0
99
- [duckdb](https://github.com/duckdb/duckdb) - v1.1.1
1010
- [expat](https://libexpat.github.io/) - v2.7.1
11-
- [graphviz](https://www.graphviz.org/) - v13.1.1
11+
- [graphviz](https://www.graphviz.org/) - v13.1.2
1212
- [llama.cpp](https://github.com/ggerganov/llama.cpp) - b3718
1313
- [zstd](https://github.com/facebook/zstd) - v1.5.7
1414
- ...more to follow...
1515

1616
Built with:
17-
- [emsdk](https://github.com/emscripten-core/emsdk) - v4.0.11
18-
19-
## Homepage and Documents
20-
21-
* [Homepage](https://hpcc-systems.github.io/hpcc-js-wasm/)
22-
* [Base91](https://hpcc-systems.github.io/hpcc-js-wasm/base91/src/base91/classes/Base91.html)
23-
* [DuckDB](https://hpcc-systems.github.io/hpcc-js-wasm/duckdb/src/duckdb/classes/DuckDB.html)
24-
* [Expat](https://hpcc-systems.github.io/hpcc-js-wasm/expat/src/expat/classes/Expat.html)
25-
* [Graphviz](https://hpcc-systems.github.io/hpcc-js-wasm/graphviz/src/graphviz/classes/Graphviz.html)
26-
* [Llama](https://hpcc-systems.github.io/hpcc-js-wasm/llama/src/llama/classes/Llama.html)
27-
* [Zstd](https://hpcc-systems.github.io/hpcc-js-wasm/zstd/src/zstd/classes/Zstd.html)
28-
29-
## AI Assistant / Copilot Instructions
30-
31-
This repository includes comprehensive instructions for AI assistants and GitHub Copilot:
32-
33-
* [Main Instructions](.github/instructions/main.md) - Repository overview and architecture
34-
* [Development Workflow](.github/instructions/workflow.md) - Step-by-step development processes
35-
* [Package Patterns](.github/instructions/patterns.md) - Common patterns and quick reference
36-
* [Troubleshooting Guide](.github/instructions/troubleshooting.md) - Debugging and problem resolution
17+
- [emsdk](https://github.com/emscripten-core/emsdk) - v4.0.12
18+
19+
## Homepage and Documents
20+
21+
* [Homepage](https://hpcc-systems.github.io/hpcc-js-wasm/)
22+
* [Base91](https://hpcc-systems.github.io/hpcc-js-wasm/base91/src/base91/classes/Base91.html)
23+
* [DuckDB](https://hpcc-systems.github.io/hpcc-js-wasm/duckdb/src/duckdb/classes/DuckDB.html)
24+
* [Expat](https://hpcc-systems.github.io/hpcc-js-wasm/expat/src/expat/classes/Expat.html)
25+
* [Graphviz](https://hpcc-systems.github.io/hpcc-js-wasm/graphviz/src/graphviz/classes/Graphviz.html)
26+
* [Llama](https://hpcc-systems.github.io/hpcc-js-wasm/llama/src/llama/classes/Llama.html)
27+
* [Zstd](https://hpcc-systems.github.io/hpcc-js-wasm/zstd/src/zstd/classes/Zstd.html)
28+
29+
## AI Assistant / Copilot Instructions
30+
31+
This repository includes comprehensive instructions for AI assistants and GitHub Copilot:
32+
33+
* [Main Instructions](.github/instructions/main.md) - Repository overview and architecture
34+
* [Development Workflow](.github/instructions/workflow.md) - Step-by-step development processes
35+
* [Package Patterns](.github/instructions/patterns.md) - Common patterns and quick reference
36+
* [Troubleshooting Guide](.github/instructions/troubleshooting.md) - Debugging and problem resolution
3737
* Package-specific guides in `packages/*/` directories
3838

3939
## Version 3 Changes

0 commit comments

Comments
 (0)