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

Floating point detection #234

Open
reuvenpo opened this issue Aug 3, 2022 · 0 comments
Open

Floating point detection #234

reuvenpo opened this issue Aug 3, 2022 · 0 comments
Labels
question Further information is requested

Comments

@reuvenpo
Copy link

reuvenpo commented Aug 3, 2022

Summary

Does Walrus have an way to check if a wasm module contains any floating point operations?

Additional Details

I'm looking for a way to (quickly?) detect if a wasm module is using floating points in any way. I don't see a method for it, but is there a way to easily check for this? Ideally the function would just return a boolean, I don't need a list of all floating point instructions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant