PureWhiteWu opened issue #4258:
See https://github.com/bytecodealliance/wasmtime/pull/4252#pullrequestreview-1001773304.
alexcrichton commented on issue #4258:
To elaborate a bit, the
CompilerConfiginternal structure incrates/wasmtime/src/config.rsI think should move to thewasmtime_environcrate atcrates/environ/src/compilation.rs. TheCompilerBuildertrait can be entirely removed and instead thewasmtime-craneliftcrate would have a function that goes fromCompilerConfigtoBox<dyn Compiler>.
Last updated: Dec 06 2025 at 06:05 UTC