feat(interface-types) Move the values and serde modules to the root of the crate.

This commit is contained in:
Ivan Enderlin
2020-04-09 11:23:26 +02:00
parent de1d3c7766
commit 81bb278b4c
13 changed files with 27 additions and 27 deletions

View File

@ -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};