feat(interface-types) Extract InterfaceType and RecordType into its own types module.

This commit is contained in:
Ivan Enderlin
2020-04-09 10:48:50 +02:00
parent 5cb07c9d69
commit 0f1ddce3c9
15 changed files with 91 additions and 85 deletions

View File

@ -1,5 +1,5 @@
use wasmer_interface_types::{
ast::*, decoders::binary::parse, encoders::binary::ToBytes, interpreter::Instruction,
ast::*, decoders::binary::parse, encoders::binary::ToBytes, interpreter::Instruction, types::*,
vec1::Vec1,
};