The JavaScript modules a compiled program imports.
Read from the teavm.imports custom section, which lists every imported wasm global. Some of those are supplied by load itself; LoadOptions.modules covers the rest.
teavm.imports
The JavaScript modules a compiled program imports.
Read from the
teavm.importscustom section, which lists every imported wasm global. Some of those are supplied by load itself; LoadOptions.modules covers the rest.