We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fd835e commit 9a12f70Copy full SHA for 9a12f70
x/programs/rust/README.md
@@ -12,12 +12,6 @@ rustup target add wasm32-unknown-unknown
12
cargo build --target wasm32-unknown-unknown --target-dir $CARGO_TARGET_DIR --release
13
```
14
15
-- Optionally use our build script.
16
-
17
-```sh
18
-./scripts/build.sh
19
-```
20
21
## Debugging
22
23
While developing programs you can optionally compile the program with `Wasi`
@@ -29,7 +23,7 @@ set `WithEnableTestingOnlyMode` for the runtime `Config`.
29
from your program and recompile without `DEBUG`.
30
24
31
25
```sh
32
-DEBUG=1 ./scripts/build.sh
26
+cargo build --target wasm32-wasi
33
27
34
28
35
## Storage
0 commit comments