Skip to content

Commit

Permalink
chore: again
Browse files Browse the repository at this point in the history
  • Loading branch information
yHSJ committed Nov 29, 2024
1 parent d5dae4c commit b207bdd
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
Binary file modified public/websockets-doom.wasm
Binary file not shown.
2 changes: 1 addition & 1 deletion public/websockets-doom.wasm.map

Large diffs are not rendered by default.

38 changes: 19 additions & 19 deletions websockets-doom.js
Original file line number Diff line number Diff line change
Expand Up @@ -506,31 +506,31 @@ var tempDouble;
var tempI64;

var ASM_CONSTS = {
449226: $0 => {
449194: $0 => {
var str = UTF8ToString($0) + "\n\n" + "Abort/Retry/Ignore/AlwaysIgnore? [ariA] :";
var reply = window.prompt(str, "i");
if (reply === null) {
reply = "i";
}
return allocate(intArrayFromString(reply), "i8", ALLOC_NORMAL);
},
449451: () => {
449419: () => {
if (typeof (AudioContext) !== "undefined") {
return true;
} else if (typeof (webkitAudioContext) !== "undefined") {
return true;
}
return false;
},
449598: () => {
449566: () => {
if ((typeof (navigator.mediaDevices) !== "undefined") && (typeof (navigator.mediaDevices.getUserMedia) !== "undefined")) {
return true;
} else if (typeof (navigator.webkitGetUserMedia) !== "undefined") {
return true;
}
return false;
},
449832: $0 => {
449800: $0 => {
if (typeof (Module["SDL2"]) === "undefined") {
Module["SDL2"] = {};
}
Expand All @@ -552,11 +552,11 @@ var ASM_CONSTS = {
}
return SDL2.audioContext === undefined ? -1 : 0;
},
450325: () => {
450293: () => {
var SDL2 = Module["SDL2"];
return SDL2.audioContext.sampleRate;
},
450393: ($0, $1, $2, $3) => {
450361: ($0, $1, $2, $3) => {
var SDL2 = Module["SDL2"];
var have_microphone = function(stream) {
if (SDL2.capture.silenceTimer !== undefined) {
Expand Down Expand Up @@ -597,7 +597,7 @@ var ASM_CONSTS = {
}, have_microphone, no_microphone);
}
},
452045: ($0, $1, $2, $3) => {
452013: ($0, $1, $2, $3) => {
var SDL2 = Module["SDL2"];
SDL2.audio.scriptProcessorNode = SDL2.audioContext["createScriptProcessor"]($1, 0, $0);
SDL2.audio.scriptProcessorNode["onaudioprocess"] = function(e) {
Expand All @@ -609,7 +609,7 @@ var ASM_CONSTS = {
};
SDL2.audio.scriptProcessorNode["connect"](SDL2.audioContext["destination"]);
},
452455: ($0, $1) => {
452423: ($0, $1) => {
var SDL2 = Module["SDL2"];
var numChannels = SDL2.capture.currentCaptureBuffer.numberOfChannels;
for (var c = 0; c < numChannels; ++c) {
Expand All @@ -628,7 +628,7 @@ var ASM_CONSTS = {
}
}
},
453060: ($0, $1) => {
453028: ($0, $1) => {
var SDL2 = Module["SDL2"];
var numChannels = SDL2.audio.currentOutputBuffer["numberOfChannels"];
for (var c = 0; c < numChannels; ++c) {
Expand All @@ -641,7 +641,7 @@ var ASM_CONSTS = {
}
}
},
453540: $0 => {
453508: $0 => {
var SDL2 = Module["SDL2"];
if ($0) {
if (SDL2.capture.silenceTimer !== undefined) {
Expand Down Expand Up @@ -679,7 +679,7 @@ var ASM_CONSTS = {
SDL2.audioContext = undefined;
}
},
454712: ($0, $1, $2) => {
454680: ($0, $1, $2) => {
var w = $0;
var h = $1;
var pixels = $2;
Expand Down Expand Up @@ -750,7 +750,7 @@ var ASM_CONSTS = {
}
SDL2.ctx.putImageData(SDL2.image, 0, 0);
},
456181: ($0, $1, $2, $3, $4) => {
456149: ($0, $1, $2, $3, $4) => {
var w = $0;
var h = $1;
var hot_x = $2;
Expand Down Expand Up @@ -787,19 +787,19 @@ var ASM_CONSTS = {
stringToUTF8(url, urlBuf, url.length + 1);
return urlBuf;
},
457170: $0 => {
457138: $0 => {
if (Module["canvas"]) {
Module["canvas"].style["cursor"] = UTF8ToString($0);
}
},
457253: () => {
457221: () => {
if (Module["canvas"]) {
Module["canvas"].style["cursor"] = "none";
}
},
457322: () => window.innerWidth,
457352: () => window.innerHeight,
457383: ($0, $1) => {
457290: () => window.innerWidth,
457320: () => window.innerHeight,
457351: ($0, $1) => {
alert(UTF8ToString($0) + "\n\n" + UTF8ToString($1));
}
};
Expand Down Expand Up @@ -8658,9 +8658,9 @@ var _asyncify_start_rewind = a0 => (_asyncify_start_rewind = wasmExports["asynci

var _asyncify_stop_rewind = () => (_asyncify_stop_rewind = wasmExports["asyncify_stop_rewind"])();

var ___start_em_js = Module["___start_em_js"] = 447920;
var ___start_em_js = Module["___start_em_js"] = 447888;

var ___stop_em_js = Module["___stop_em_js"] = 449226;
var ___stop_em_js = Module["___stop_em_js"] = 449194;

function intArrayFromBase64(s) {
if (typeof ENVIRONMENT_IS_NODE != "undefined" && ENVIRONMENT_IS_NODE) {
Expand Down

0 comments on commit b207bdd

Please sign in to comment.