()
| 140 | } |
| 141 | |
| 142 | memory(): {unreliable: boolean; reasons?: string[]} { |
| 143 | return notYetImplemented('memory'); |
| 144 | } |
| 145 | /** Returns the highest precision for floats in bits (e.g. 16 or 32) */ |
| 146 | floatPrecision(): 16|32 { |
| 147 | return notYetImplemented('floatPrecision'); |
nothing calls this directly
no test coverage detected