mirror of
https://github.com/fluencelabs/marine.git
synced 2025-07-06 18:11:35 +00:00
feat!: decouple wasmer from Marine, replace it with generic backend interface (#219)
This commit is contained in:
@ -27,7 +27,7 @@ pub fn delete_it_section_from_file(
|
||||
out_wasm_path: PathBuf,
|
||||
) -> Result<(), ITParserError> {
|
||||
let module = ModuleConfig::new()
|
||||
.parse_file(&in_wasm_path)
|
||||
.parse_file(in_wasm_path)
|
||||
.map_err(ITParserError::CorruptedWasmFile)?;
|
||||
|
||||
let mut module = delete_it_section(module);
|
||||
|
Reference in New Issue
Block a user