mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-07 05:08:19 +00:00
Fixed native compilation
This commit is contained in:
@@ -176,7 +176,7 @@ macro_rules! impl_native_traits {
|
||||
return Ok(results);
|
||||
}
|
||||
} else {
|
||||
/// Is a dynamic function
|
||||
// Is a dynamic function
|
||||
if !self.has_env {
|
||||
let ctx = self.vmctx as *mut VMDynamicFunctionContext<VMDynamicFunctionWithoutEnv>;
|
||||
let params_list = [ $( $x.to_native().to_value() ),* ];
|
||||
|
||||
Reference in New Issue
Block a user