Stream: wasmtime

Topic: link to example


view this post on Zulip Ralph Deters (Jun 25 2023 at 21:42):

I want to develop a rust host (wasmtime 10.0.1) that runs wasm-wasi32 components.
"cargo component build" works fine for creating the component, but I can not get my host working .
does anybody know of a complete example e.g. component & host for 10.0.1?

view this post on Zulip Christof Petig (Jun 26 2023 at 05:48):

I just updated a rather old example by MediosZ to work with the most recent wasmtime yesterday: https://github.com/cpetig/component-model-demo

This repository demonstrate how to use component model with wasmtime. - GitHub - cpetig/component-model-demo: This repository demonstrate how to use component model with wasmtime.

view this post on Zulip Ralph Deters (Jul 01 2023 at 20:42):

Christof Petig said:

I just updated a rather old example by MediosZ to work with the most recent wasmtime yesterday: https://github.com/cpetig/component-model-demo

thanks,
ralph


Last updated: Nov 22 2024 at 16:03 UTC