You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: