mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-13 05:48:45 +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"))] {
|
if #[cfg(all(feature = "jit", feature = "compiler"))] {
|
||||||
// Compiler JIT
|
// Compiler JIT
|
||||||
use wasmer_compiler::CompilerConfig;
|
use wasmer_compiler::CompilerConfig;
|
||||||
|
use wasmer_engine_jit::JIT;
|
||||||
|
|
||||||
fn get_default_compiler_config() -> Box<dyn CompilerConfig> {
|
fn get_default_compiler_config() -> Box<dyn CompilerConfig> {
|
||||||
cfg_if! {
|
cfg_if! {
|
||||||
if #[cfg(feature = "cranelift")] {
|
if #[cfg(feature = "cranelift")] {
|
||||||
|
|||||||
Reference in New Issue
Block a user