We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c141f4c commit dfe3bd5Copy full SHA for dfe3bd5
1 file changed
docs/tutorial.md
@@ -4247,7 +4247,7 @@ wasm-pack build --release --target web --out-dir pkg
4247
# Serve the files
4248
python -m http.server 8080
4249
```
4250
-**Summary of Improvements over 9.2.4**
+**Summary of Improvements over 9.2.3**
4251
- **Data Handling:** Shifted from static `df!` macros to dynamic `CsvReader` parsing.
4252
- **Complexity:** Added `color` encoding in Charton to demonstrate multi-dimensional data mapping.
4253
- **User Interaction:** Introduced the `FileReader` API to bridge the gap between the local file system and WASM linear memory.
0 commit comments