mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 07:37:57 +00:00
frame-benchmarking-cli: Remove native dispatch requirement (#14474)
* frame-benchmarking-cli: Remove native dispatch requirement No need for this, we can just use the `WasmExecutor` directly. * Fixes * Pass benchmarking host functions * Ensure we can pass custom host functions
This commit is contained in:
@@ -80,8 +80,8 @@ impl WasmBuilderSelectProject {
|
||||
///
|
||||
/// 1. Call [`WasmBuilder::new`] to create a new builder.
|
||||
/// 2. Select the project to build using the methods of [`WasmBuilderSelectProject`].
|
||||
/// 3. Set additional `RUST_FLAGS` or a different name for the file containing the WASM code
|
||||
/// using methods of [`WasmBuilder`].
|
||||
/// 3. Set additional `RUST_FLAGS` or a different name for the file containing the WASM code using
|
||||
/// methods of [`WasmBuilder`].
|
||||
/// 4. Build the WASM binary using [`Self::build`].
|
||||
pub struct WasmBuilder {
|
||||
/// Flags that should be appended to `RUST_FLAGS` env variable.
|
||||
|
||||
Reference in New Issue
Block a user