mirror of
https://github.com/fluencelabs/parity-wasm
synced 2025-07-31 22:31:59 +00:00
return custom user errors from native functions
This commit is contained in:
@@ -2,7 +2,7 @@ extern crate parity_wasm;
|
||||
|
||||
use std::env::args;
|
||||
|
||||
use parity_wasm::{interpreter, ModuleInstanceInterface};
|
||||
use parity_wasm::{interpreter, CustomModuleInstanceInterface};
|
||||
|
||||
fn main() {
|
||||
let args: Vec<_> = args().collect();
|
||||
|
Reference in New Issue
Block a user