mirror of
https://github.com/fluencelabs/interface-types
synced 2025-06-27 05:31:42 +00:00
feat(interface-types) Extract InterfaceType
and RecordType
into its own types
module.
This commit is contained in:
@ -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,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user