Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WASI: fs.FS as Preopen parameter with implementation of fd_prestat_get #362

Closed
wants to merge 6 commits into from

Commits on Mar 17, 2022

  1. Accept fs.FS as Preopen parameter, implementing FdPrestatGet and nece…

    …ssary PathOpen features.
    
    Signed-off-by: Takaya Saeki <[email protected]>
    nullpo-head authored and Adrian Cole committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    ca9e8d4 View commit details
    Browse the repository at this point in the history
  2. feedback from Takeshi

    Signed-off-by: Takaya Saeki <[email protected]>
    nullpo-head committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    8c397e7 View commit details
    Browse the repository at this point in the history
  3. feedback part1

    Signed-off-by: Takaya Saeki <[email protected]>
    nullpo-head committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    300fd69 View commit details
    Browse the repository at this point in the history
  4. feedback part2

    Signed-off-by: Takaya Saeki <[email protected]>
    nullpo-head committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    d01825c View commit details
    Browse the repository at this point in the history
  5. Fix seek overflow

    Signed-off-by: Takaya Saeki <[email protected]>
    nullpo-head committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    abc270a View commit details
    Browse the repository at this point in the history
  6. improve comment on fs.ValidPath

    Signed-off-by: Takaya Saeki <[email protected]>
    nullpo-head committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    d9a9eea View commit details
    Browse the repository at this point in the history