Skip to content

Commit 14e18b8

Browse files
committed
chore: wasip1 error fix
1 parent 018e5a4 commit 14e18b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/config-file/src/execute.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use thiserror::Error;
33

44
#[cfg(target_os = "wasi")]
55
#[link(wasm_import_module = "nitrogql_helper/config")]
6-
extern "C" {
6+
unsafe extern "C" {
77
/// Executes given code. Result is asynchronously provided to given ticket.
88
fn execute_node(code_ptr: *const u8, code_len: usize, ticket_handle: u32);
99
}

0 commit comments

Comments
 (0)