mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
Fix release build of Wasm backend
This commit is contained in:
parent
2bb49f55f8
commit
6b30ab79ac
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue