summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/wasm/regress/upper-maximum-memory.js
blob: d2d099f4fe7716a13479680f03516cbef3702626 (plain)
1
2
3
4
new WebAssembly.Memory({
    initial: 1,
    maximum: 65536
});