mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
boilerplate
This commit is contained in:
parent
07eed2c4a6
commit
10b6f33ed2
9 changed files with 295 additions and 19 deletions
|
@ -692,6 +692,7 @@ impl<'a> WasmBackend<'a> {
|
|||
Stmt::Refcounting(modify, following) => self.stmt_refcounting(modify, following),
|
||||
|
||||
Stmt::Expect { .. } => todo!("expect is not implemented in the wasm backend"),
|
||||
Stmt::ExpectFx { .. } => todo!("expect-fx is not implemented in the wasm backend"),
|
||||
|
||||
Stmt::RuntimeError(msg) => self.stmt_runtime_error(msg),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue