(code)
| 799 | // is mostly used to read incoming `Module` properties. |
| 800 | export const ATMODULES = []; |
| 801 | function addAtModule(code) { |
| 802 | ATMODULES.push(code); |
| 803 | } |
| 804 | |
| 805 | // Add code to run soon after the Wasm module has been loaded. This is the first |
| 806 | // injection point before all the other addAt<X> functions below. The code will |
no test coverage detected