michael@0: // Don't assert. michael@0: function $(stdlib, foreign, heap) { michael@0: "use asm"; michael@0: var Float64ArrayView = new stdlib.Float64Array(heap); michael@0: function f() {} michael@0: return f michael@0: } michael@0: michael@0: if (typeof SharedArrayBuffer !== "undefined") michael@0: $(this, {}, new SharedArrayBuffer(4096));