walrus icon indicating copy to clipboard operation
walrus copied to clipboard

Floating point detection

Open reuvenpo opened this issue 3 years ago • 0 comments

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.

reuvenpo avatar Aug 03 '22 15:08 reuvenpo