titzer / virgil

A fast and lightweight native programming language
1.17k stars 40 forks source link

[wasi]: add openat systemcall in LinuxConst.v3 #176

Closed pco2699 closed 1 year ago

pco2699 commented 1 year ago

openat and openat2 system calls are required for wasi implementation in https://github.com/titzer/wizard-engine/, so I added some constants in LinuxConst.v3

pco2699 commented 1 year ago

Based on the discussion, we decided to implement openat in wizard itself, so I'll just close this pull request.