mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-08 22:28:12 -05:00
chore: removed last wasm-strip references
This commit is contained in:
@@ -36,7 +36,6 @@ RUSTFLAGS="" cargo build --target=wasm32-unknown-unknown \
|
|||||||
Compiling wasm_hello_world v0.0.1 (/home/anon/darkfi/example/wasm-hello-world)
|
Compiling wasm_hello_world v0.0.1 (/home/anon/darkfi/example/wasm-hello-world)
|
||||||
Finished `release` profile [optimized] target(s) in 15.90s
|
Finished `release` profile [optimized] target(s) in 15.90s
|
||||||
cp -f target/wasm32-unknown-unknown/release/wasm_hello_world.wasm wasm_hello_world.wasm
|
cp -f target/wasm32-unknown-unknown/release/wasm_hello_world.wasm wasm_hello_world.wasm
|
||||||
wasm-strip wasm_hello_world.wasm
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Apart from the contract, an example client to interact with it is
|
Apart from the contract, an example client to interact with it is
|
||||||
|
|||||||
@@ -32,7 +32,6 @@ $(WASM_BIN): $(WASM_SRC) $(PROOFS_BIN)
|
|||||||
RUSTFLAGS="$(RUSTFLAGS)" $(CARGO) build --target=$(WASM_TARGET) \
|
RUSTFLAGS="$(RUSTFLAGS)" $(CARGO) build --target=$(WASM_TARGET) \
|
||||||
--release --package $(PKGNAME)
|
--release --package $(PKGNAME)
|
||||||
cp -f target/$(WASM_TARGET)/release/$@ $@
|
cp -f target/$(WASM_TARGET)/release/$@ $@
|
||||||
wasm-strip $@
|
|
||||||
|
|
||||||
clippy: all
|
clippy: all
|
||||||
RUSTFLAGS="$(RUSTFLAGS)" $(CARGO) clippy --target=$(WASM_TARGET) \
|
RUSTFLAGS="$(RUSTFLAGS)" $(CARGO) clippy --target=$(WASM_TARGET) \
|
||||||
|
|||||||
Reference in New Issue
Block a user