build(wasm): libcomposition now builds on wasm

libcomposition now builds and works on wasm. This includes bringing in versions of sublibraries which can also work on wasm
This commit is contained in:
2025-12-03 11:12:41 -05:00
parent 9541234a5f
commit c2e542700a
3 changed files with 4 additions and 4 deletions

View File

@@ -258,4 +258,4 @@ pkg-config --libs fourdst_composition
**Example compilation command:**
```bash
g++ my_app.cpp $(pkg-config --cflags --libs fourdst_composition) -o my_app
```
```