Files
pezkuwi-subxt/prdoc/pr_4177.prdoc
T
Bastian Köcher bd9287f766 wasm-builder: Make it easier to build a WASM binary (#4177)
Basically combines all the recommended calls into one
`build_using_defaults()` call or `init_with_defaults()` when there are
some custom changes required.
2024-04-22 19:28:27 +00:00

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