Executor: Add create_runtime_from_artifact_bytes (#14184)

This commit is contained in:
Marcin S
2023-05-22 11:43:51 -04:00
committed by GitHub
parent 09a7e69012
commit 2decceef76
3 changed files with 60 additions and 5 deletions
@@ -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,
};