mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 13:57:58 +00:00
bd9287f766
Basically combines all the recommended calls into one `build_using_defaults()` call or `init_with_defaults()` when there are some custom changes required.
13 lines
428 B
Plaintext
13 lines
428 B
Plaintext
title: "wasm-builder: Make it easier to build a WASM binary"
|
|
|
|
doc:
|
|
- audience: [Runtime Dev, Node Dev]
|
|
description: |
|
|
Combines all the recommended calls of the `WasmBuilder` into
|
|
`build_using_defaults()` or `init_with_defaults()` if more changes are required.
|
|
Otherwise the interface doesn't change and users can still continue to use
|
|
the "old" interface.
|
|
|
|
crates:
|
|
- name: substrate-wasm-builder
|