summarylogtreecommitdiffstats
path: root/remove-version.patch
blob: 1c2799248579df372d8e1857908f73808365c319 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/wasmCompile.mjs	2026-01-24 13:25:58.145122244 -0800
+++ b/wasmCompile.mjs	2026-01-24 13:26:37.945547701 -0800
@@ -8,7 +8,7 @@
 import { exec } from "child_process";
 import fs from "fs";
 
-const EMSCRIPTEN_VERSION = "4.0.12";
+const EMSCRIPTEN_VERSION = "";
 
 try {
   await new Promise(async (resolve, reject) => {