-
Notifications
You must be signed in to change notification settings - Fork 769
Open
Description
I would like to parse some test files using wabt from the function reference (Phase 5) proposal such as call_ref.wast
.
https://github.com/WebAssembly/function-references/blob/main/test/core/call_ref.wast
I have enabled the feature with --enable-function-references
.
However, I get errors such as:
call_ref.wast:5:15: error: unexpected token $ii, expected ).
(call_ref $ii (local.get $x) (local.get $f))
^^^
The format of call_ref
was changed in:
WebAssembly/function-references@2b194ce
May I ask the status of function reference support in wabt? Do you plan to support these proposal changes?
Thank you very much for the help!
Metadata
Metadata
Assignees
Labels
No labels