()
| 57 | var expD9 = wasmExports['expD9']; |
| 58 | |
| 59 | function applySignatureConversions() { |
| 60 | // Wrapping functions should not constitute a usage |
| 61 | wasmExports['expD6'] = foo(wasmExports['expD6']); |
| 62 | } |
| 63 | |
| 64 | // add uses for some of them |
| 65 | expD1; |
no test coverage detected