Stream: wasi

Topic: status of WASI HTTP


view this post on Zulip Gregor Zeitlinger (Dec 01 2023 at 13:24):

I want to do a poc for using wasi http - is this avwailable in any platform?
it doesn't have to be production ready

view this post on Zulip Till Schneidereit (Dec 01 2023 at 14:13):

wasmtime has a subcommand that supports it out of the box: wasmtime serve.

If you're looking for hosting environments, I know that Cosmonic has support, but would have to defer to @Bailey Hayes for details, and my employer Fermyon has a Wasmtime based runtime called Spin that runs wasi-http in production

A checklist app that persists data in a key value store

view this post on Zulip Joel Dice (Dec 01 2023 at 14:50):

And if you're looking for guest examples, here are a few:

Contribute to sunfishcode/hello-wasi-http development by creating an account on GitHub.
Contribute to Mossaka/hello-wasi-http-go development by creating an account on GitHub.

view this post on Zulip Gregor Zeitlinger (Dec 05 2023 at 09:20):

Joel Dice said:

And if you're looking for guest examples, here are a few:

thanks


Last updated: Nov 22 2024 at 16:03 UTC