mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-08 21:58:20 +00:00
chore(c-api) Remove warning.
This commit is contained in:
@@ -106,7 +106,7 @@ pub unsafe extern "C" fn wasm_func_new_with_env(
|
||||
struct WrapperEnv {
|
||||
env: *mut c_void,
|
||||
finalizer: Option<wasm_env_finalizer_t>,
|
||||
};
|
||||
}
|
||||
|
||||
// Only relevant when using multiple threads in the C API;
|
||||
// Synchronization will be done via the C API / on the C side.
|
||||
|
||||
Reference in New Issue
Block a user