chore: removed last wasm-strip references

This commit is contained in:
skoupidi
2025-12-24 14:04:41 +02:00
parent 5d47358902
commit 8c1cf07093
2 changed files with 0 additions and 2 deletions

View File

@@ -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)
Finished `release` profile [optimized] target(s) in 15.90s
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