Kate Goldenring

Results 16 issues of Kate Goldenring

[Device plugins](https://kubernetes.io/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/#device-plugin-implementation) can optionally support a `GetPreferredAllocation` endpoint that the kubelet device plugin manager can call to make more informed `Allocate` calls. The Krustlet kubelet `DeviceManager` does not yet make...

enhancement

This makes spin compatible with Hippo v0.19.0. This builds off of https://github.com/fermyon/spin/pull/678

Problem: TinyGo Spin apps that use `log` gets the following runtime error from Wasmtime: ```sh $ spin build --up Building component go-app with `tinygo build -target=wasi -gc=leaking -no-debug -o main.wasm...

bug

Should we have a list of all the proposals that are under development (phase 1 and 2) as a call out to what is coming soon and way to direct...

Can we add a section to the site/book about [capability based security](https://github.com/WebAssembly/WASI?tab=readme-ov-file#capability-based-security). This could also reply to the common question "is WASI another POSIX?"

## Error I ran into the following error: ```sh $ componentize-py --wit-path add.wit --world example componentize example -o add.wasm Traceback (most recent call last): File "/opt/homebrew/bin/componentize-py", line 8, in sys.exit(script())...

Some people prefer to learn by watching. @rylev gave a great overview of the component model in her talk at Wasm I/O: https://youtu.be/zqfF7Ssa2QI?si=3JV_zvzc1XZZFQhi

wa.dev is in public beta now, providing a public registry for people to see and publish interfaces and components. @macovedj would you be willing to update the [distributing components section](https://github.com/bytecodealliance/component-docs/blob/main/component-model/src/creating-and-consuming/distributing.md)...

We should add a roadmap to the book that says what features are coming

this may better live on the projects' READMEs instead or as a separate breakout page like the Rust guide