Stream: wasmtime

Topic: Custom WasiDir


view this post on Zulip Cwasi4wasm (Dec 14 2023 at 15:00):

I implemented a custom WasiDir that has read write permissions. I was wondering hoes does one go about using this custom implementation in wasmtime? Is there anywhere to attach it?

view this post on Zulip Lann Martin (Dec 14 2023 at 15:16):

preview1 or preview2?

view this post on Zulip Cwasi4wasm (Dec 14 2023 at 15:22):

This is preview1

view this post on Zulip Lann Martin (Dec 14 2023 at 15:25):

https://docs.rs/wasmtime-wasi/15.0.1/wasmtime_wasi/struct.WasiCtx.html#method.push_preopened_dir

view this post on Zulip Cwasi4wasm (Dec 14 2023 at 15:47):

Absolutely perfect thank you!


Last updated: Oct 23 2024 at 20:03 UTC