chore(c-api) Remove warning.

This commit is contained in:
Ivan Enderlin
2021-01-29 14:25:47 +01:00
parent 169fe16f31
commit 1eec258550

View File

@@ -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.