mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-17 12:31:03 +00:00
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.
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
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
|
||||
Reference in New Issue
Block a user