mirror of
https://github.com/rzmk/czv.git
synced 2025-12-26 02:57:00 +00:00
docs: update info about WASM web-demo example
This commit is contained in:
parent
0648673c46
commit
9bd3090545
7 changed files with 11 additions and 3 deletions
7
czv-wasm/examples/web-demo/README.md
Normal file
7
czv-wasm/examples/web-demo/README.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# czv for WebAssembly web demo
|
||||
|
||||
View `index.html` in a web browser and import a CSV file.
|
||||
|
||||
## Development
|
||||
|
||||
If you want to modify the TypeScript code then after you save your modifications you must run `tsc script.ts --module es2022 --target es2022` to generate a compatible `script.js` file.
|
||||
Loading…
Add table
Add a link
Reference in a new issue