mirror of
https://github.com/fluencelabs/interface-types
synced 2025-06-30 23:21:37 +00:00
feat(interface-types) Move the values
and serde
modules to the root of the crate.
This commit is contained in:
@ -100,10 +100,10 @@ macro_rules! test_executable_instruction {
|
||||
interpreter::{
|
||||
instructions::tests::{Export, Instance, LocalImport, Memory, MemoryView},
|
||||
stack::Stackable,
|
||||
wasm::values::InterfaceValue,
|
||||
Instruction, Interpreter,
|
||||
},
|
||||
types::InterfaceType,
|
||||
values::InterfaceValue,
|
||||
};
|
||||
use std::{cell::Cell, collections::HashMap, convert::TryInto};
|
||||
|
||||
@ -142,10 +142,10 @@ macro_rules! test_executable_instruction {
|
||||
interpreter::{
|
||||
instructions::tests::{Export, Instance, LocalImport, Memory, MemoryView},
|
||||
stack::Stackable,
|
||||
wasm::values::InterfaceValue,
|
||||
Instruction, Interpreter,
|
||||
},
|
||||
types::InterfaceType,
|
||||
values::InterfaceValue,
|
||||
};
|
||||
use std::{cell::Cell, collections::HashMap, convert::TryInto};
|
||||
|
||||
|
Reference in New Issue
Block a user