Stream: git-wasmtime

Topic: wasmtime / issue #1180 Don't build the meta crate with op...


view this post on Zulip Wasmtime GitHub notifications bot (Jan 26 2023 at 19:10):

bjorn3 commented on issue #1180:

Cargo now disables optimizations for build scripts by default.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 26 2023 at 19:26):

jameysharp commented on issue #1180:

Good point, @bjorn3. If I'm understanding this issue correctly, I think we can close it.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 26 2023 at 19:26):

jameysharp closed issue #1180:

See https://github.com/bytecodealliance/wasmtime/commit/8affec0896334925f6b6ee714b7d3a85782ab7ee. With Rustc 1.41+, it's possible to disable optimizations for build-time-only crates, so we should do this. This should reduce build time for optimized and release builds.


Last updated: Oct 23 2024 at 20:03 UTC