mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 20:27:58 +00:00
Executor: Add create_runtime_from_artifact_bytes (#14184)
This commit is contained in:
@@ -37,6 +37,7 @@ mod util;
|
||||
mod tests;
|
||||
|
||||
pub use runtime::{
|
||||
create_runtime, create_runtime_from_artifact, prepare_runtime_artifact, Config,
|
||||
DeterministicStackLimit, InstantiationStrategy, Semantics,
|
||||
create_runtime, create_runtime_from_artifact, create_runtime_from_artifact_bytes,
|
||||
prepare_runtime_artifact, Config, DeterministicStackLimit, InstantiationStrategy, Semantics,
|
||||
WasmtimeRuntime,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user