Stream: git-wasmtime

Topic: wasmtime / issue #11180 The `wasmtime` crate disables the...


view this post on Zulip Wasmtime GitHub notifications bot (Jul 03 2025 at 21:04):

alexcrichton opened issue #11180:

The main wasmtime crate currently starts with this code

https://github.com/bytecodealliance/wasmtime/blob/58e295ee58026086a91382cffe260d152951bb60/crates/wasmtime/src/lib.rs#L296

This is not ideal and does not help our unsafe code guidelines. Ideally we have far more safety documentation than we currently do, but it's expected that this probably isn't reasonable to do so all in one go. In lieu of that it would be best to at least get to a baseline of where this lint is left to its default level for the workspace: warn-by-default.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 03 2025 at 21:04):

alexcrichton added the wasmtime:unsafe-code label to Issue #11180.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 14 2025 at 14:42):

alexcrichton closed issue #11180:

The main wasmtime crate currently starts with this code

https://github.com/bytecodealliance/wasmtime/blob/58e295ee58026086a91382cffe260d152951bb60/crates/wasmtime/src/lib.rs#L296

This is not ideal and does not help our unsafe code guidelines. Ideally we have far more safety documentation than we currently do, but it's expected that this probably isn't reasonable to do so all in one go. In lieu of that it would be best to at least get to a baseline of where this lint is left to its default level for the workspace: warn-by-default.


Last updated: Dec 06 2025 at 06:05 UTC