summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/wasm/gc/limits/load-mod.js
blob: cd972ceb651d1e9b0024381a4414a16c06d252e8 (plain)
1
2
3
4
5
// Files for some of these tests are pre-generated and located in js/src/jit-test/lib/gen.
// There you will also find the script to update these files.
function loadMod(name) {
  return decompressLZ4(os.file.readFile(libdir + "gen/" + name, "binary").buffer)
}