czv/czv-wasm/examples/basic-demo
rzmk e84c5bec8b
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
2024-06-20 16:28:53 -04:00
..
index.html refactor: use options object for WASM function args, improve docs 2024-06-20 16:28:53 -04:00
pico.min.css feat: add czv, czv-wasm, and czv-python (init release) 2024-06-19 22:55:19 -04:00
README.md refactor: use options object for WASM function args, improve docs 2024-06-20 16:28:53 -04:00
script.js refactor: use options object for WASM function args, improve docs 2024-06-20 16:28:53 -04:00
script.ts refactor: use options object for WASM function args, improve docs 2024-06-20 16:28:53 -04:00

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.