build-nodejs ::
wasm-pack build --target nodejs --scope "entropyxyz" . --no-default-features -F wasm
cp js-README.md ./pkg/README.md
cp ../../LICENSE ./pkg/
build-web ::
wasm-pack build --target web --scope "entropyxyz" . --no-default-features -F wasm
cp js-README.md ./pkg/README.md
cp ../../LICENSE ./pkg/
build-bundler ::
wasm-pack build --target bundler --scope "entropyxyz" . --no-default-features -F wasm
cp js-README.md ./pkg/README.md
cp ../../LICENSE ./pkg/
build-nodejs-testing ::
wasm-pack build --target nodejs --scope "entropyxyz" . --no-default-features -F wasm-test
cp js-README.md ./pkg/README.md
cp ../../LICENSE ./pkg/
clean ::
rm -rf pkg/ nodejs-test/node_modules/