1 2 3 4 5 6 7
f = (function(stdlib, foreign, heap) { "use asm"; function f() { return (1, 1 / 0)|0; } return f; });