Stream: wasi

Topic: using ephemeral


view this post on Zulip Andrew Brown (Jul 20 2020 at 17:47):

If I want to use modifications to wasi-nn in ephemeral, how would I do that in Wasmtime? I've changed crates/wasi-common/WASI to point to my wasi-nn repo, which has the changes I need to the witx files but it seems like only the snapshot previews are wired up. What I mean is: the WasiSnapshotPreview1 trait is being generated somewhere (where?) and implemented in crates/wasi-common/src/snapshots/wasi_snapshot_preview1.rs--what would it take to do something similar for WasiEphemeral?

view this post on Zulip Andrew Brown (Jul 20 2020 at 17:47):

Also, do we even want to do that or should changes be made to the snapshots as Radu does here.

In this article, we explore how to add a new system call to WASI, the WebAssembly System Interface, and implement it in Wasmtime

view this post on Zulip Andrew Brown (Jul 20 2020 at 17:48):

cc: @Pat Hickey, @Dan Gohman

view this post on Zulip Pat Hickey (Jul 20 2020 at 17:55):

(I’m on vacation this week) That beginners guide is great but the wiggle-wasmtime crate subsumes the functionality for connecting wiggle to the wasmtime Linker


Last updated: Oct 23 2024 at 20:03 UTC