MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / addAtModule

Function addAtModule

src/parseTools.mjs:801–803  ·  view source on GitHub ↗
(code)

Source from the content-addressed store, hash-verified

799// is mostly used to read incoming `Module` properties.
800export const ATMODULES = [];
801function 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

Callers 3

makeModuleReceiveWithVarFunction · 0.85
libfs_shared.jsFile · 0.85
libcore.jsFile · 0.85

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected