Skip to content

Commit

Permalink
fix inconsistency
Browse files Browse the repository at this point in the history
  • Loading branch information
maminrayej committed Jan 18, 2024
1 parent 5da9556 commit 645e4e2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion lib/api/src/backend/js/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,6 @@ mod wasm_bindgen_polyfill;

pub use self::{as_js::AsJs, js_handle::current_thread_id, module::ModuleTypeHints};

pub use super::unsupported::{Artifact, BaseTunables, EngineBuilder, Features, NativeEngineExt};
pub use super::unsupported::{
Artifact, BaseTunables, EngineBuilder, Features, NativeEngineExt, VMConfig,
};
4 changes: 3 additions & 1 deletion lib/api/src/backend/jsc/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,6 @@ pub(crate) mod trap;
pub(crate) mod typed_function;
pub(crate) mod vm;

pub use super::unsupported::{Artifact, BaseTunables, EngineBuilder, Features, NativeEngineExt};
pub use super::unsupported::{
Artifact, BaseTunables, EngineBuilder, Features, NativeEngineExt, VMConfig,
};

0 comments on commit 645e4e2

Please sign in to comment.