Jiaxiao Zhou

Results 148 issues of Jiaxiao Zhou

- [ ] Update Wagi to wasmtime 0.35 - [ ] Update `wasm_runner` to use the new wasi-experimental-http context

Consider the following WIT files ```go use { info } from info hey: func(i: info) -> info ``` ```go record info { infoa: string, infob: string, } ``` The following...

gen-rust-wasm
gen-wasmtime

## Route design I was experimenting the following route design: two scopes: `/hello`, `/hello/:name` and in each scope, there is one root route `/` I also shared scope path as...

The spin engine and triggers are highly reusuable crates. It will be great to publish them to crates.io so that we can use spin engine as a SDK. For now...

This has a dependency on wagi and wasi-experimental-http to update to `wasmtime v0.35` Signed-off-by: Jiaxiao Zhou

Signed-off-by: Jiaxiao Zhou

Enabling [CloudEvents](https://cloudevents.io/) component could make spin a great solution to serverless and event-driven applications. I am thinking about an event trigger that subscribes to a addressible broker, and whenever the...

How does application wire it's own stdin/out/err path to spin such that spin pass them to `WasiCtxBuilder`? I found the relevent implementation here: https://github.com/fermyon/spin/blob/a9181f7b7ed290ee0b724ccb266f7d8d00f28431/crates/http/src/spin.rs#L217-L235

I started this work as a hackathon project. It currently can only work with integer functions for both import/export. It's not nearly half done yet, but I want to put...