We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Use srtool cli to compile WASM runtime:
$> srtool build -r runtime/ --package da-runtime
WASM runtime is already optimized by srtool with wasm-opt from Binaryen. If needed, WASM runtime can be further optimized by using:
srtool
wasm-opt
$> wasm-opt -Oz -o ./da_runtime.compact.wasm \ ./runtime/target/srtool/release/wbuild/da-runtime/da_runtime.compact.wasm