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: Nov 22 2024 at 16:03 UTC