Stream: git-wasmtime

Topic: wasmtime / issue #5648 Add ability to control compilation...


view this post on Zulip Wasmtime GitHub notifications bot (Jan 27 2023 at 22:03):

iilyak opened issue #5648:

In cases where secure (or hermetic) execution environment is required it would be great to be able to disable such features as:

The capability model proposed by WASI is not sufficient in some cases. It would be great to be able to exclude code at compile time. So it is not even present in the final binary.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 27 2023 at 22:50):

abrown commented on issue #5648:

If you're interested in tackling this, you may be able to plumb through a wasi feature disabling, e.g., the wasi-common crate much like there are features for wasi-nn and wasi-crypto.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 27 2023 at 22:50):

abrown edited a comment on issue #5648:

If you're interested in tackling this, you may be able to plumb through a wasi feature enabling the wasi-common crate, e.g., much like there are features for wasi-nn and wasi-crypto.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 27 2023 at 22:52):

abrown commented on issue #5648:

(I think the feature should make the wasmtime-wasi crate optional, which pulls in wasi-common).


Last updated: Nov 22 2024 at 16:03 UTC