diff --git a/x/programs/rust/README.md b/x/programs/rust/README.md index a358de1a61..fa0192d0be 100644 --- a/x/programs/rust/README.md +++ b/x/programs/rust/README.md @@ -12,12 +12,6 @@ rustup target add wasm32-unknown-unknown cargo build --target wasm32-unknown-unknown --target-dir $CARGO_TARGET_DIR --release ``` -- Optionally use our build script. - -```sh -./scripts/build.sh -``` - ## Debugging While developing programs you can optionally compile the program with `Wasi` @@ -29,7 +23,7 @@ set `WithEnableTestingOnlyMode` for the runtime `Config`. from your program and recompile without `DEBUG`. ```sh -DEBUG=1 ./scripts/build.sh +cargo build --target wasm32-wasi ``` ## Storage