mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
placeholders in the wasm code
This commit is contained in:
parent
6543c9bbc6
commit
574f14522d
1 changed files with 4 additions and 0 deletions
|
@ -594,6 +594,10 @@ impl<'a> WasmBackend<'a> {
|
|||
index,
|
||||
} => self.expr_union_at_index(*structure, *tag_id, union_layout, *index, sym),
|
||||
|
||||
Expr::ExprBox { .. } | Expr::ExprUnbox { .. } => {
|
||||
todo!("Expression `{}`", expr.to_pretty(100))
|
||||
}
|
||||
|
||||
Expr::Reuse { .. } | Expr::Reset { .. } | Expr::RuntimeErrorFunction(_) => {
|
||||
todo!("Expression `{}`", expr.to_pretty(100))
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue