tdweb: undo source change to accept Github pull request.
GitOrigin-RevId: b5c73c6c7d412acc649d2a93a7bbab27adeafda7
This commit is contained in:
parent
449bd82fad
commit
8ca4ba39c4
@ -102,7 +102,7 @@ async function loadTdlibAsmjs(onFS) {
|
|||||||
console.log('got td_asm.js');
|
console.log('got td_asm.js');
|
||||||
const fromFile = 'td_asmjs.js.mem';
|
const fromFile = 'td_asmjs.js.mem';
|
||||||
const toFile = td_asmjs_mem_release;
|
const toFile = td_asmjs_mem_release;
|
||||||
const module = Module.default({
|
const module = Module({
|
||||||
onRuntimeInitialized: () => {
|
onRuntimeInitialized: () => {
|
||||||
console.log('runtime intialized');
|
console.log('runtime intialized');
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user