walrus
walrus copied to clipboard
Floating point detection
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.