blob: 3fba69c44dc320dcd1aed871f06bcde157b623ce [file] [log] [blame]
//Growing a shared memory requires signal handlers, which are not yet ported to ARMv7
//@ skip if $architecture == "arm"
if (typeof WebAssembly !== 'undefined')
(new WebAssembly.Memory({initial: 0, maximum: 1, shared: true})).grow(1)