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 Zig support #144 #196

Merged
merged 29 commits into from
Sep 5, 2023
Merged

Commits on Aug 17, 2023

  1. Configuration menu
    Copy the full SHA
    d01b8c1 View commit details
    Browse the repository at this point in the history
  2. add wasi_exec_model reactor

    voigt committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    bc39e7e View commit details
    Browse the repository at this point in the history
  3. cleanup

    voigt committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    df715e8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    61bc643 View commit details
    Browse the repository at this point in the history
  5. prepare kv example

    voigt committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    04610ff View commit details
    Browse the repository at this point in the history
  6. make kv working

    voigt committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    a2a588f View commit details
    Browse the repository at this point in the history
  7. add params and env

    voigt committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    a5b7ab2 View commit details
    Browse the repository at this point in the history
  8. add example zig-basic

    voigt committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    0835de3 View commit details
    Browse the repository at this point in the history
  9. add example zig-kv

    voigt committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    e2451fc View commit details
    Browse the repository at this point in the history
  10. add example zig-params

    voigt committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    13405ad View commit details
    Browse the repository at this point in the history
  11. add example zig-envs

    voigt committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    d67dad2 View commit details
    Browse the repository at this point in the history
  12. add zig docs to example README

    voigt committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    7844a39 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1098a61 View commit details
    Browse the repository at this point in the history
  14. rm dev files

    voigt committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    5e92d99 View commit details
    Browse the repository at this point in the history
  15. cleanup worker

    voigt committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    6d73454 View commit details
    Browse the repository at this point in the history
  16. add docs for zig language

    voigt committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    a317655 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    454a022 View commit details
    Browse the repository at this point in the history
  18. add examples to docs

    voigt committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    d987d1d View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. add utf8 validity check

    voigt committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    9cbcd2a View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. add corrections to docs

    Co-authored-by: Rafael Fernández López <[email protected]>
    voigt and ereslibre authored Aug 31, 2023
    Configuration menu
    Copy the full SHA
    4d48382 View commit details
    Browse the repository at this point in the history
  2. rename writeHeader to setStatus

    voigt committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    ce2a02a View commit details
    Browse the repository at this point in the history
  3. rm zig-envs

    voigt committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    e12feff View commit details
    Browse the repository at this point in the history
  4. use use zig instead of c for zig doc code samples

    Co-authored-by: Rafael Fernández López <[email protected]>
    voigt and ereslibre authored Aug 31, 2023
    Configuration menu
    Copy the full SHA
    4a942f2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    697b72b View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. rename s/bash/shell-session

    Co-authored-by: Rafael Fernández López <[email protected]>
    voigt and ereslibre authored Sep 1, 2023
    Configuration menu
    Copy the full SHA
    c6010f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c206c9 View commit details
    Browse the repository at this point in the history
  3. fix read input until EOF

    voigt committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    52e0940 View commit details
    Browse the repository at this point in the history
  4. Revert "use use zig instead of c for zig doc code samples"

    This reverts commit 4a942f2.
    voigt committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    0cd0ae4 View commit details
    Browse the repository at this point in the history
  5. fix basic example

    voigt committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    e3db489 View commit details
    Browse the repository at this point in the history