mirror of
https://github.com/rzmk/czv.git
synced 2025-12-26 11:07:01 +00:00
refactor: use options object for WASM function args, improve docs
- Add relevant links to all READMEs and source code - Resolve clippy lints czv: - Add more docs for top-level items - Add suggestion to use builder methods instead of functions - Disable slice and slice tests until operation is complete czv-wasm: - Use tsify_next for allowing objects as parameters - Add nodejs example and instructions
This commit is contained in:
parent
ce260e9491
commit
e84c5bec8b
20 changed files with 564 additions and 168 deletions
1
czv-wasm/examples/basic-demo/README.md
Normal file
1
czv-wasm/examples/basic-demo/README.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
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