Rename VMCallerCheckedAnyfunc to VMCallerCheckedFuncRef (#5738)
At some point what is now `funcref` was called `anyfunc` and the spec changed, but we didn't update our internal names. This does that. Co-authored-by: Jamey Sharp <jsharp@fastly.com>
This commit is contained in:
@@ -95,7 +95,7 @@ impl ComponentCompiler for Compiler {
|
||||
None => builder.ins().iconst(pointer_type, 0),
|
||||
});
|
||||
|
||||
// realloc: *mut VMCallerCheckedAnyfunc
|
||||
// realloc: *mut VMCallerCheckedFuncRef
|
||||
host_sig.params.push(ir::AbiParam::new(pointer_type));
|
||||
callee_args.push(match realloc {
|
||||
Some(idx) => builder.ins().load(
|
||||
|
||||
Reference in New Issue
Block a user