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

Add a WASI design principles document. #192

Merged
merged 12 commits into from
Feb 19, 2020

Commits on Feb 7, 2020

  1. Add a WASI design principles document.

    This spells out WASI's design principles around capabilities,
    relationship to POSIX, and other topics.
    
    This also includes a section on virtualization, which takes some ideas
    from WebAssembly#69, but modifies it to focus on using interface types and the
    linking proposal to implement virtualization.
    sunfishcode committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    7aef7e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0f35bc View commit details
    Browse the repository at this point in the history
  3. Fix "wowever" typo.

    sunfishcode committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    825256d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    197ac01 View commit details
    Browse the repository at this point in the history
  5. Linkify "weak imports".

    sunfishcode committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    ff978e3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    503d87c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2973ff6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5e2ed14 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ae00fc9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ef3c55f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    08151cc View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2020

  1. Update docs/DesignPrinciples.md

    Fix spelling of "trade-off"
    
    Co-Authored-By: Ben B. <benne@klimlive.de>
    sunfishcode and frzifus committed Feb 19, 2020
    Configuration menu
    Copy the full SHA
    9f18904 View commit details
    Browse the repository at this point in the history