mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-10 22:58:18 +00:00
Simplified errors
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user