mirror of
https://github.com/fluencelabs/parity-wasm
synced 2025-06-22 03:02:08 +00:00
Initial
This commit is contained in:
@ -69,7 +69,7 @@ impl ProgramInstanceEssence {
|
||||
|
||||
pub fn with_env_params(env_params: EmscriptenParams) -> Result<Self, Error> {
|
||||
let env_mod = env_module(env_params)?;
|
||||
Ok(ProgramInstanceEssence::with_env_module(Arc::new(env_mod)))
|
||||
Ok(ProgramInstanceEssence::with_env_module(env_mod))
|
||||
}
|
||||
|
||||
pub fn with_env_module(env_module: Arc<ModuleInstanceInterface>) -> Self {
|
||||
|
Reference in New Issue
Block a user