mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-12 13:28:49 +00:00
fix(c-api) Add missing JIT symbol.
This commit is contained in:
@@ -25,6 +25,8 @@ cfg_if! {
|
||||
if #[cfg(all(feature = "jit", feature = "compiler"))] {
|
||||
// Compiler JIT
|
||||
use wasmer_compiler::CompilerConfig;
|
||||
use wasmer_engine_jit::JIT;
|
||||
|
||||
fn get_default_compiler_config() -> Box<dyn CompilerConfig> {
|
||||
cfg_if! {
|
||||
if #[cfg(feature = "cranelift")] {
|
||||
|
||||
Reference in New Issue
Block a user