-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add Zig SDK and documentation (#196)
* feat: add support for zig (#144) * add wasi_exec_model reactor * use custom request/response entities * add params and env * add example zig-basic * add example zig-kv * add example zig-params * add example zig-envs * add zig docs to example README * add .gitignore to ignore zig build and cache directories * add utf8 validity check * add corrections to docs Co-authored-by: Rafael Fernández López <[email protected]> * rename writeHeader to setStatus * rename s/data/body to be consistent with other languages * rename s/bash/shell-session Co-authored-by: Rafael Fernández López <[email protected]> * add info for RequestAndOutput wrapper struct * fix read input until EOF --------- Co-authored-by: Rafael Fernández López <[email protected]>
- Loading branch information
Showing
24 changed files
with
988 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 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 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 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 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.