-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Description
I'm not sure how feature detection as currently described in the overview is supposed to work. If I pass the extra builtin options to WebAssembly.validate()
on an engine that supports them, I would expect it to return true
(assuming my module is valid and has no builtin link errors). But if my module is valid and has no link errors, then it will also be valid on an engine that does not support builtins.
Is the idea that one should call validate
with a module that will produce builtin link errors instead?
Metadata
Metadata
Assignees
Labels
No labels