Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 45d2f90

Browse files
authoredNov 4, 2024
Add missing import (wasmi-labs#1287)
1 parent 35e75c4 commit 45d2f90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎crates/wasmi/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
//! ```
1717
//! use anyhow::Result;
1818
//! use wasmi::*;
19+
//! use wat;
1920
//!
2021
//! fn main() -> Result<()> {
2122
//! // First step is to create the Wasm execution engine with some config.

0 commit comments

Comments
 (0)
Please sign in to comment.