mirror of
https://github.com/fluencelabs/interface-types
synced 2025-07-30 21:42:10 +00:00
export wast::error from decoders/wat.rs
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user