michael@0: // Don't assert. michael@0: try { michael@0: eval('\ michael@0: function asmModule(g, foreign, heap) {\ michael@0: "use asm";\ michael@0: let HEAP8 = new g.Int8Array(heap);\ michael@0: function f() { return 17; } \ michael@0: return {f: f};\ michael@0: }\ michael@0: let m = asmModule("", "", 1, "");\ michael@0: '); michael@0: } catch (ex) { michael@0: }