@taucad/kcl-wasm-lib
v0.1.130
Published
This package is a pre-built WASM bundle of the kcl-lib crate for use in TauCAD.
Downloads
348
Readme
This package is a pre-built WASM bundle of the kcl-lib crate for use in TauCAD.
To build, follow the instructions in the CONTRIBUTING.md file.
Then copy the API bindings to keep the entire KCL WASM API in a single package:
cp -r ./rust/kcl-lib/bindings ./rust/kcl-wasm-lib/pkg/Then publish the package to npm:
npm publishModifications:
- The package.json is updated to include correct subpath
exportsfor dual ESM/CommonJS support.
