Bump version to 0.9.0 (#790)

This commit is contained in:
Dan Gohman
2020-01-09 21:57:40 -08:00
committed by GitHub
parent 41780fb1a6
commit 336ee94c89
30 changed files with 250 additions and 209 deletions

View File

@@ -154,7 +154,7 @@ impl WasmToObjCommand {
&module_translation,
lazy_function_body_inputs,
&*isa,
generate_debug_info,
self.common.debug_info,
),
#[cfg(not(feature = "lightbeam"))]
Strategy::Lightbeam => bail!("lightbeam support not enabled"),