Kate Goldenring

Results 26 issues of Kate Goldenring

Add instructions for building C modules and componentizing them

good first issue
help wanted

To better align with tutorial, update wit and examples to: ```wit interface add { add: func(a: u32, b: u32) -> u32 } world adder { export add } ```

Per [proposed TOC](https://github.com/bytecodealliance/component-docs/pull/1), add section that includes: Any additional resources or references

Per [proposed TOC](https://github.com/bytecodealliance/component-docs/pull/1), add section that includes: - Binary Interface - how strings are laid out in memory, ownership, low-level nuts and bolts - How Types are Laid Out in...

The shim appears to not support python applications. ## Repro ```sh spin new pyapp -t http-py pip install requirements.txt spin build spin registry push ttl.sh/spin-py-foo:2h spin kube scaffold -f ttl.sh/spin-py-foo:2h...

In spin, application variables can be configured from multiple providers; however, the environment variable provider will always take precedence. This is odd given that it is the most static of...

spin-3.0

v0.2.1 releases soon. We should update the interfaces page to have tabs by version release with the added interfaces. It mainly will contain `@since` tags to WIT

This book aims to make it easier to get started working with Wasm components. The initial quickstart should not require a user to download language specific tooling. Instead, once the...

Users should be able to set Pod environment variables via the SpinApp CRD. These can be used for configuring settings, such as open telemetry endpoints: ```yaml env: - name: NODE_IP...

enhancement