(bytes, imports, msg)
| 35 | } |
| 36 | |
| 37 | function assertLinkError(bytes, imports, msg) { |
| 38 | assertInstantiateError(WebAssembly.LinkError, bytes, imports, msg); |
| 39 | } |
| 40 | |
| 41 | function assertConversionError(bytes, imports, msg) { |
| 42 | let instance = |
no test coverage detected