<p>_normally_, i would have fixed this by compiling a JavaScript interpreter to WebAssembly and sandboxing everything in it</p><p>unfortunately, the JavaScript i'm running is a part of a thing that sandboxes other things in WebAssembly, so i can't exactly do that</p><p>(i mean i could but it would be horrible and i'm not going to)</p>