Skip to content
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

Fix 2nd argument's type definition of some f32/f64 opcodes in opcde.def #2434

Merged
merged 2 commits into from
Jun 22, 2024

Conversation

tianstcht
Copy link
Contributor

@tianstcht tianstcht commented Jun 21, 2024

The 2nd argument's type ​​​​of these opcodes are different from the wasm spec

The 2nd ret type ​​​​of these opcodes are different from the wasm spec
@sbc100
Copy link
Member

sbc100 commented Jun 21, 2024

It looks like its the second argument type you are changing here, not the return type? Other than updating the PR description to reflect that this lgtm! Thanks. Kind of shame that this isn't pragmatically verified somehow/somewhere in wabt.

@tianstcht tianstcht changed the title Fix return type definition of some f32/f64 opcodes in opcde.def Fix 2nd argument's type definition of some f32/f64 opcodes in opcde.def Jun 22, 2024
@tianstcht
Copy link
Contributor Author

It looks like its the second argument type you are changing here, not the return type? Other than updating the PR description to reflect that this lgtm! Thanks. Kind of shame that this isn't pragmatically verified somehow/somewhere in wabt.

Thank you, it's my typo, now it has been changed.

@sbc100 sbc100 merged commit f2a39dd into WebAssembly:main Jun 22, 2024
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants