blob: 1684628525347e79a9aa873d1dc0a406c42555c2 [file] [edit]
// In standalone mode we might emit this in the JS support code, but the funcs
// are not emitted (since the build can't depend on JS). This test verifies
// metadce doesn't fail on such a thing (but, if the JS is actually used and
// this call reached, it will fail, of course, as that's not compatible with
// standalone mode).
dynCall('v', 0)
var wasmImports = {};