wasm: cleanup

This commit is contained in:
luboslenco
2026-03-23 23:16:32 +01:00
parent f8a5c874a4
commit 0d9e1f9010
-3
View File
@@ -705,9 +705,6 @@ async function init() {
return Math.atan2(x, y);
},
js_eval : function(str) {
(1, eval)(read_string(str));
},
js_canvas_w : function() {
return canvas.width;
},