bytecodealliance / bytecodealliance/wasmtime
Add ability to control compilation of WASI capabilities through feature flags
Open
- Dominant language
- Rust
- Stars
- 18.6k
- Forks
- 1.8k
- Avg merge
- 1d 18h
- Merged PRs (30d)
- 126
Description
In cases where secure (or hermetic) execution environment is required it would be great to be able to disable such features as:
- networking
- time
- randomness
- host filesystem access
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.
Contributor guide
Assessment
This issue has not been assessed yet.