PureWhiteWu opened issue #4258:
See https://github.com/bytecodealliance/wasmtime/pull/4252#pullrequestreview-1001773304.
alexcrichton commented on issue #4258:
To elaborate a bit, the
CompilerConfig
internal structure incrates/wasmtime/src/config.rs
I think should move to thewasmtime_environ
crate atcrates/environ/src/compilation.rs
. TheCompilerBuilder
trait can be entirely removed and instead thewasmtime-cranelift
crate would have a function that goes fromCompilerConfig
toBox<dyn Compiler>
.
Last updated: Dec 23 2024 at 12:05 UTC