Skip to content

Commit

Permalink
fix: Add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
xdoardo committed Nov 27, 2024
1 parent 0c06ed2 commit 26ae9d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/c_api/src/global.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use crate::{wasm_extern_t, wasm_globaltype_t, wasm_store_t, wasm_val_t};
use alloc::boxed::Box;
use core::hint;
use core::{hint, mem::MaybeUninit};
use wasmi::{Extern, Global};

/// A Wasm global variable.
Expand Down

0 comments on commit 26ae9d4

Please sign in to comment.