()
| 2490 | } |
| 2491 | __name(loadLibData, "loadLibData"); |
| 2492 | function getExports() { |
| 2493 | if (flags2.loadAsync) { |
| 2494 | return loadLibData().then((libData) => loadWebAssemblyModule(libData, flags2, libName2, localScope2, handle2)); |
| 2495 | } |
| 2496 | return loadWebAssemblyModule(loadLibData(), flags2, libName2, localScope2, handle2); |
| 2497 | } |
| 2498 | __name(getExports, "getExports"); |
| 2499 | function moduleLoaded(exports) { |
| 2500 | if (dso.global) { |
no test coverage detected