Skip to content

Commit

Permalink
test: Fix EngineBuilder invokation in test
Browse files Browse the repository at this point in the history
  • Loading branch information
theduke committed Dec 16, 2022
1 parent 0e67e0a commit b8e170e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/wasi/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -749,6 +749,7 @@ pub fn build_test_engine(features: Option<wasmer::Features>) -> wasmer::Engine {
}
#[cfg(not(feature = "compiler-cranelift"))]
{
// FIXME: implement!
let _ = features;
todo!()
}
Expand Down

0 comments on commit b8e170e

Please sign in to comment.