@@ -8,32 +8,32 @@ This repository contains a collection of useful c++ libraries compiled to WASM f
8
8
- [ base91] ( https://base91.sourceforge.net/ ) - v0.6.0
9
9
- [ duckdb] ( https://github.com/duckdb/duckdb ) - v1.1.1
10
10
- [ 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
12
12
- [ llama.cpp] ( https://github.com/ggerganov/llama.cpp ) - b3718
13
13
- [ zstd] ( https://github.com/facebook/zstd ) - v1.5.7
14
14
- ...more to follow...
15
15
16
16
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
37
37
* Package-specific guides in ` packages/*/ ` directories
38
38
39
39
## Version 3 Changes
0 commit comments