mirror of
https://github.com/fluencelabs/interface-types
synced 2024-12-04 15:20:20 +00:00
export wast::error from decoders/wat.rs
This commit is contained in:
parent
52c28b80bc
commit
82986d1035
@ -2,6 +2,7 @@
|
||||
|
||||
use crate::{ast::*, interpreter::Instruction, types::*, vec1::Vec1};
|
||||
pub use wast::parser::ParseBuffer as Buffer;
|
||||
pub use wast::Error;
|
||||
use wast::parser::{self, Cursor, Parse, Parser, Peek, Result};
|
||||
|
||||
mod keyword {
|
||||
|
Loading…
Reference in New Issue
Block a user