We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 816b0dc commit 2de545eCopy full SHA for 2de545e
src/wasm_runtime/src/marshal.rs
@@ -55,9 +55,8 @@ use hyperlight_common::flatbuffer_wrappers::function_types::{
55
use hyperlight_common::flatbuffer_wrappers::guest_error::ErrorCode;
56
use hyperlight_common::flatbuffer_wrappers::util::get_flatbuffer_result;
57
use hyperlight_guest::error::{HyperlightGuestError, Result};
58
-use wasmtime::{AsContextMut, Extern, Val};
59
-
60
use spin::Mutex;
+use wasmtime::{AsContextMut, Extern, Val};
61
62
// Global tracking for return value allocations that need to be freed on next VM entry
63
static RETURN_VALUE_ALLOCATIONS: Mutex<Vec<i32>> = Mutex::new(Vec::new());
0 commit comments