These 7 commits are when the Protocol Buffers files have changed:
Commit: | c285b54 | |
---|---|---|
Author: | Jorge Prendes | |
Committer: | Jiaxiao (mossaka) Zhou |
[stress-test] Add support for task v3 API simplify protos Signed-off-by: Jorge Prendes <jorge.prendes@gmail.com>
The documentation is generated from this commit.
Commit: | 4d86cf0 | |
---|---|---|
Author: | Jorge Prendes | |
Committer: | Jorge Prendes |
add stress-testing Signed-off-by: Jorge Prendes <jorge.prendes@gmail.com>
Commit: | 92421f0 | |
---|---|---|
Author: | jiaxiao zhou |
deprecate: remove 'shared' mode The 'shared' mode in runwasi is not actively maintained and tested. This commit is removing it. The 'shared' mode will soon be replaced with the Sandboxer API described in #385 Signed-off-by: jiaxiao zhou <jiazho@microsoft.com>
This commit does not contain any .proto
files.
Commit: | 7bfcc55 | |
---|---|---|
Author: | James Sturtevant | |
Committer: | James Sturtevant |
Pass the containerd address into shim Signed-off-by: James Sturtevant <jstur@microsoft.com>
Commit: | d03fd0d | |
---|---|---|
Author: | Jiaxiao Zhou | |
Committer: | GitHub |
Refactor: move wasmtime shim binary to it's own bin (#17) * fixing typo (i.e., ctr kill instead of ctr task kill) from latest PR * feat: generic engine in the shim library (#15) Signed-off-by: jiaxiao zhou <jiazho@microsoft.com> * split binary from library * run cargo clippy * moved dep to src * cargo clippy * get rid of wasmtime dependency entirely * cargo fmt * cargo clippy * standardize the order of Rust imports * removed wasmtime comments * format Cargo.toml files * added main.rs files Co-authored-by: Danilo Chiarlone <dchiarlone@microsoft.com>
Commit: | c765b9b | |
---|---|---|
Author: | Brian Goff |
Add delete rpc to sandbox manager This allows sandboxes to be cleaned up. The cleanup still isn't quite right here, but this new rpc at least enables it. Signed-off-by: Brian Goff <cpuguy83@gmail.com>
Commit: | 4503686 | |
---|---|---|
Author: | Brian Goff | |
Committer: | Brian Goff |
rust: add sandboxing daemon This runs the shim in a mode where there is 1 daemon that runs multiple shims in-process. This allows a host implementation to be shared and has reduced overhead.