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

Implement Wasm proposal: non-trapping-float-to-int-conversions #355

Closed
Robbepop opened this issue Feb 11, 2022 · 0 comments · Fixed by #359
Closed

Implement Wasm proposal: non-trapping-float-to-int-conversions #355

Robbepop opened this issue Feb 11, 2022 · 0 comments · Fixed by #359
Labels
enhancement New feature or request

Comments

@Robbepop
Copy link
Member

This is about adding support for the non-trapping-float-to-int-conversions Wasm proposal.

The non-trapping-float-to-int-conversions Wasm proposal has already been included into the Wasm standard and is fairly light weight, therefore implementing it won't be a lot of work.

We should generally keep up with supporting finished Wasm proposals as this allows us to keep the Wasm spec test suite up to date.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant