You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,3 +20,12 @@ The Rust API, as defined in [the docs](https://docs.rs/taskchampion/latest/taskc
20
20
21
21
The Rust API follows semantic versioning.
22
22
As this is still in the `0.x` phase, so breaking changes may occur but will be indicated with a change to the minor version.
23
+
24
+
## Building for WebAssembly (WASM)
25
+
When compiling this crate for a WebAssembly target (e.g., wasm32-unknown-unknown), you must disable the default features, as they include dependencies not compatible with WASM. Instead, select only the features you need that are WASM-compatible.
26
+
27
+
For example, to build with in-memory storage, use the following command:
0 commit comments