Skip to content

Commit

Permalink
tools/cache/jsc/wasm32-unknown-none.pl: add cache entries
Browse files Browse the repository at this point in the history
  • Loading branch information
pipcet committed Feb 4, 2021
1 parent 392fb65 commit 123c69f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/cache/jsc/wasm32-unknown-none.pl
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
'fdsptr[i+&pollfd::revents] = 0' => 'this.HEAP16[fdsptr+i*8+6>>1] = 0;',
'iov[i+&iovec::iov_base]' => 'this.HEAP32[iov+i*8>>2]',
'iov[i+&iovec::iov_len]' => 'this.HEAP32[iov+i*8+4>>2]',
'libinfo[&libinfo->data] = "module.dyninfo.data"' => 'this.HEAP32[libinfo>>2] = module.dyninfo.data;',
'libinfo[&libinfo->data_end] = "module.dyninfo.data_end"' => 'this.HEAP32[libinfo+8>>2] = module.dyninfo.data_end;',
'libinfo[&libinfo->modid] = "this.process.modules.length"' => 'this.HEAP32[libinfo+16>>2] = this.process.modules.length;',
'sizeof(dirent)' => '280',
'sizeof(struct stat)' => '176',
'statbufptr[&stat::st_blksize] = "fd.size()"' => 'this.HEAP32[statbufptr+56>>2] = fd.size();',
Expand Down

0 comments on commit 123c69f

Please sign in to comment.