Skip to content

Commit

Permalink
tools/cache/jsc/wasm32-unknown-none.pl: cache default sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
pipcet committed Feb 4, 2021
1 parent e088640 commit 1f8b404
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/cache/jsc/wasm32-unknown-none.pl
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
'S_IFDIR + 0777' => '16895',
'__S_IFCHR + 0777' => '8703',
'__S_IFREG + 0777' => '33279',
'default_sizes.memsize' => '134217728',
'default_sizes.stackbottom' => '133169152',
'default_sizes.stacksize' => '1048576',
'default_sizes.tablesize' => '65536',
'direntp + &dirent::d_name' => 'direntp+19',
'direntp[&dirent::d_ino] = 1' => 'this.HEAP32[direntp>>2] = 1; this.HEAP32[direntp+4>>2] = 0;',
'direntp[&dirent::d_off] = "0"' => 'this.HEAP32[direntp+8>>2] = 0;',
Expand Down

0 comments on commit 1f8b404

Please sign in to comment.