1 2 3 4 5 6 7 8
(function(stdlib) { "use asm"; var pow = stdlib.Math.pow function f() { return +pow(.0, .0) } return f })(this, {}, ArrayBuffer)()