ed3a58b6a2
* Attempt at simplifying top-level Makefile * Another sweep at tidying up Makefile * Further refinements * Remove deprecated clippy-happy and no-clippy targets
6 lines
252 B
Makefile
6 lines
252 B
Makefile
all: build-full
|
|
|
|
build-full:
|
|
wasm-pack build --all-features --scope nymproject --target web --out-dir ../../dist/wasm/full-nym-wasm
|
|
wasm-opt -Oz -o ../../dist/wasm/full-nym-wasm/nym_wasm_sdk_bg.wasm ../../dist/wasm/full-nym-wasm/nym_wasm_sdk_bg.wasm
|