Skip to content

Commit

Permalink
fix no_std build
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbepop committed Mar 17, 2023
1 parent 5409e37 commit f8032b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/wasmi/src/module/init_expr.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
use super::FuncIdx;
use crate::{ExternRef, FuncRef, Value};
use alloc::boxed::Box;
use core::fmt;
use smallvec::SmallVec;
use wasmi_core::{UntypedValue, F32, F64};
Expand Down

0 comments on commit f8032b9

Please sign in to comment.