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 018e5a4 commit 14e18b8Copy full SHA for 14e18b8
crates/config-file/src/execute.rs
@@ -3,7 +3,7 @@ use thiserror::Error;
3
4
#[cfg(target_os = "wasi")]
5
#[link(wasm_import_module = "nitrogql_helper/config")]
6
-extern "C" {
+unsafe extern "C" {
7
/// Executes given code. Result is asynchronously provided to given ticket.
8
fn execute_node(code_ptr: *const u8, code_len: usize, ticket_handle: u32);
9
}
0 commit comments