
build-dev:
	wasm-pack build --dev --target nodejs

build-prod:
	wasm-pack build --target nodejs
