Improve public API & add docs #4

Merged
schmelczer merged 37 commits from asch/better-api into main 2025-07-06 13:07:51 +01:00
Showing only changes of commit b7cd6aa272 - Show all commits

View file

@ -2,10 +2,11 @@
set -e
wasm-pack build --target web --features wasm
wasm-pack build --target web --features wasm,wee_alloc
cd reconcile-js
npm run build
cp -R dist ../examples/website
mkdir -p ../examples/website/dist
cp -R dist/index.js ../examples/website/dist/index.js
cd ../examples/website