Stream: general

Topic: Wasmtime Resource


view this post on Zulip Sehz (Nov 30 2023 at 02:00):

Hi, Is there guide/tutorial on how to use Resource in Wasmtime?

view this post on Zulip Mossaka (Joe) (Nov 30 2023 at 02:11):

Not tutorials, but these are some examples that use wasmtime Resource for testing purposes: https://github.com/bytecodealliance/wit-bindgen/tree/main/tests/runtime

For example this https://github.com/bytecodealliance/wit-bindgen/blob/main/tests/runtime/resources.rs implements this world https://github.com/bytecodealliance/wit-bindgen/blob/main/tests/runtime/resources/world.wit

view this post on Zulip Sehz (Nov 30 2023 at 02:49):

Thanks. Will read thru


Last updated: Oct 23 2024 at 20:03 UTC