Stream: wasi

Topic: Container containing WASI-SDK and wasmtime?


view this post on Zulip Brett Cannon (Dec 05 2023 at 23:45):

I was wondering if a container already existed which contained WASI-SDK and wasmtime for a complete toolchain in a single container? I know the WASI-SDK has a container, but it lacks a WASI host/runtime.

view this post on Zulip Ralph (Dec 06 2023 at 10:25):

I built an immutable Flatcar instance with these; looking for a container specifically?

view this post on Zulip Brett Cannon (Dec 06 2023 at 18:09):

I think I'm specifically looking for a container. This is for doing development for WASI, specifically CPython. So some folks want a container to easily get the toolchain on their machines without needing to install anything permanently.

view this post on Zulip Ralph (Dec 06 2023 at 18:48):

ah, there are several in flight but not one I know of for cpython

view this post on Zulip Brett Cannon (Dec 06 2023 at 21:43):

I just need the toolchain, not a specific one for CPython (I can handle that :wink:). This is meant for Python core developers who want to work on the WASI build, so they have all the non-WASI tooling set up.

Anyway, it sounds like no one has set up a kitchen sink container that has everything one needs to do development with the WASI-SDK, so I may have to set one up for myself.


Last updated: Oct 23 2024 at 20:03 UTC