Skip to content
Snippets Groups Projects
Commit eae67df6 authored by Éloïs's avatar Éloïs
Browse files

doc: add dev part "verify runtime code"

parent e35d3f19
No related branches found
No related tags found
No related merge requests found
# Compile the runtime with srtool
```docker
docker run \
-i \
--rm \
-e PACKAGE=gdev-runtime \
-e RUNTIME_DIR=runtime/gdev \
-v $PWD:/build \
paritytech/srtool:1.60.0 build --app --json -cM
```
Then, the runtime wasm bytecode is generated in this location:
```
runtime/gdev/target/srtool/release/wbuild/gdev-runtime/gdev_runtime.compact.compressed.wasm
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment