-
Notifications
You must be signed in to change notification settings - Fork 41
add Zig support #144 #196
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
Merged
Angelmmiguel
merged 29 commits into
vmware-labs:main
from
voigt:144_-_add_support_for_zig
Sep 5, 2023
Merged
add Zig support #144 #196
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
d01b8c1
feat: add support for zig (#144)
voigt bc39e7e
add wasi_exec_model reactor
voigt df715e8
cleanup
voigt 61bc643
use custom request/response entities
voigt 04610ff
prepare kv example
voigt a2a588f
make kv working
voigt a5b7ab2
add params and env
voigt 0835de3
add example zig-basic
voigt e2451fc
add example zig-kv
voigt 13405ad
add example zig-params
voigt d67dad2
add example zig-envs
voigt 7844a39
add zig docs to example README
voigt 1098a61
add .gitignore to ignore zig build and cache directories
voigt 5e92d99
rm dev files
voigt 6d73454
cleanup worker
voigt a317655
add docs for zig language
voigt 454a022
add language compatibility information
voigt d987d1d
add examples to docs
voigt 9cbcd2a
add utf8 validity check
voigt 4d48382
add corrections to docs
voigt ce2a02a
rename writeHeader to setStatus
voigt e12feff
rm zig-envs
voigt 4a942f2
use use zig instead of c for zig doc code samples
voigt 697b72b
rename s/data/body to be consistent with other languages
voigt c6010f7
rename s/bash/shell-session
voigt 0c206c9
add info for RequestAndOutput wrapper struct
voigt 52e0940
fix read input until EOF
voigt 0cd0ae4
Revert "use use zig instead of c for zig doc code samples"
voigt e3db489
fix basic example
voigt File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,4 +3,6 @@ target | |
| !tests/**/*.wasm | ||
| examples/*.toml | ||
| .DS_Store | ||
| .wws | ||
| .wws | ||
| **/zig-cache | ||
| **/zig-out | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.