Fix lightbeam build broken when supporting ModuleTranslateState (#445)

This commit is contained in:
Johnnie Birch
2019-10-22 16:18:54 -07:00
committed by Dan Gohman
parent 8c4cbf9a55
commit a3dd4b91e1
2 changed files with 3 additions and 2 deletions

View File

@@ -133,6 +133,7 @@ impl Compiler {
CompilationStrategy::Lightbeam => {
wasmtime_environ::lightbeam::Lightbeam::compile_module(
module,
module_translation,
function_body_inputs,
&*self.isa,
debug_data.is_some(),