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:
@@ -809,7 +809,7 @@ pub struct Module {
|
||||
pub num_imported_globals: usize,
|
||||
|
||||
/// Number of functions that "escape" from this module may need to have a
|
||||
/// `VMCallerCheckedAnyfunc` constructed for them.
|
||||
/// `VMCallerCheckedFuncRef` constructed for them.
|
||||
///
|
||||
/// This is also the number of functions in the `functions` array below with
|
||||
/// an `anyfunc` index (and is the maximum anyfunc index).
|
||||
|
||||
Reference in New Issue
Block a user