-
Notifications
You must be signed in to change notification settings - Fork 341
Open
Labels
wasmtime-mirrorIssue for a use case of a missing API that exists in Wasmtime.Issue for a use case of a missing API that exists in Wasmtime.
Description
Blocked by #774.
Wasmi currently has PartialEq and Eq derives on FuncType for comparisons.
After function-references Wasm proposal support has been added, those trait impls need to be removed as they do not support sub-typing. Instead, we need to add the following methods, as done in Wasmtime:
ValType::matchesFuncType::matches
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
wasmtime-mirrorIssue for a use case of a missing API that exists in Wasmtime.Issue for a use case of a missing API that exists in Wasmtime.