Fix release build of Wasm backend

This commit is contained in:
Brian Carroll 2021-11-30 23:56:51 +00:00
parent 2bb49f55f8
commit 6b30ab79ac

View file

@ -179,7 +179,7 @@ impl<'a> WasmBackend<'a> {
}
#[cfg(not(debug_assertions))]
fn register_debug_idents(&self) {}
pub fn register_symbol_debug_names(&self) {}
/// Reset function-level data
fn reset(&mut self) {