mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-12 13:28:49 +00:00
Fixed comments
This commit is contained in:
@@ -472,8 +472,7 @@ impl<'module_environment> TargetEnvironment for FuncEnvironment<'module_environm
|
||||
|
||||
impl<'module_environment> BaseFuncEnvironment for FuncEnvironment<'module_environment> {
|
||||
fn is_wasm_parameter(&self, _signature: &ir::Signature, index: usize) -> bool {
|
||||
// The first parameter is the vmctx. The rest are
|
||||
// the wasm parameters.
|
||||
// The first parameter is the vmctx. The rest are the wasm parameters.
|
||||
index >= 1
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user