blob: bb23b7194c78685ff84a0ea1168572e4545bfc57 [file] [log] [blame]
globalThis.printBuffer = '';
Module['print'] = function (out) {
globalThis.printBuffer += out + "\n";
};