runwasi
runwasi copied to clipboard
Facilitates running Wasm / WASI workloads managed by containerd
this commit adds tracing instrument macros to functions in the containerd-shim-wasm crate to capture spans of each function including its parameters and results. these spans can be in turn be...
This PR introduces OpenTelemetry feature and new APIs on the core crate to add tracing capabilities to the shim. - Added OpenTelemetry tracing to the main entry point of the...
[otel](https://opentelemetry.io/) allow us to collect telemetry and observe the performance of the deployment - [x] #564 - [ ] Add collector to shim binaries - [x] https://github.com/containerd/runwasi/pull/582 - [ ]...
This error happens during the [Demo](https://github.com/containerd/runwasi/blob/73df3507171080f5146e5464f29f2aca29dd9ce6/README.md?plain=1#L199). Env ```bash uname -a Linux keisuke-ubuntu-desktop 6.5.0-1016-aws #16~22.04.1-Ubuntu SMP Wed Mar 13 18:54:49 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux # Self build ctr --version...
Currently we cannot use this project on Windows. This is an umbrella issue to track Windows support. There may be more items added as the work progresses. ~The project doesn't...
Consider adding containerd config options for the shim to enable feature code paths. Adding containerd config options for the shim would allow for on node configuration and debugging. It could...
This is a feature request for enhencing the capability of the wasmtime shim this repo provides. ## Motivation [WASI HTTP proposal](https://github.com/WebAssembly/wasi-http) has reached [phase 3,](https://github.com/WebAssembly/meetings/blob/main/process/phases.md) meaning it provides a new...
This issue is served as a place for discussing various ways / ideas we can benchmark `runwasi` the wasm shims that was proposed by @ipuustin - One idea is that...
this commit removes the unnecessary nerwork namepsace setup in the shim start function because it is already been set in youki. See #476
If https://github.com/containerd/rust-extensions/pull/212 goes in and we adopt it we can clean up our logging story so we have more metadata for logs. For instance, write now our logs: ``` INFO]...