Simplified errors

This commit is contained in:
Syrus Akbary
2023-02-15 18:02:22 -08:00
parent c45864ac26
commit 99d3f84590
3 changed files with 4 additions and 54 deletions

View File

@@ -492,6 +492,9 @@ pub use wasmer_types::{
#[cfg(feature = "wat")]
pub use wat::parse_bytes as wat2wasm;
#[cfg(feature = "wasmparser")]
pub use wasmparser;
// Deprecated types
/// This type is deprecated, it has been replaced by TypedFunction.