-
Notifications
You must be signed in to change notification settings - Fork 714
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue decoding table elements #1878
Comments
The bulk memory operations proposal changed the text format and is now enabled by default in wabt (the spec tests were revised at the same time -- it looks like you are trying to parse the You can still parse the 1.0 syntax by passing the |
thanks for the tip. yeah we are still working on w3c recommendations not things that came after it. I'll wind back that setting. |
sorry other things are failing. Is there a way to know which features are enabled by default? |
meanwhile I added flags to disable everything except mutable globals which are there in 1.0 |
There is a table to features in the README which lists which ones are enabled by default: https://github.com/WebAssembly/wabt#supported-proposals |
thanks. maybe one suggestion would be to change the help output to include this info. I suppose I could have been more precise that I was wondering if the CLI can answer this. Meanwhile I'll put a comment where we use things to look at this table and keep track (for the areas where we need things to stay 1.0 compatible) |
I realize I never formally asked for the feature to constrain to 1.0 (I did ask for a chart on the website, but that's a different matter).
|
1.24 has no problem, but current versions including latest mistake the table element ID for re-defining the element:
The text was updated successfully, but these errors were encountered: