mirror of
https://github.com/exoticorn/curlywas.git
synced 2026-01-20 19:56:42 +01:00
successfully compile basic test to wasm
This commit is contained in:
@@ -46,7 +46,6 @@ fn fold_expr(expr: &mut ast::Expression) {
|
||||
} => {
|
||||
fold_expr(left);
|
||||
fold_expr(right);
|
||||
dbg!(&left.expr, &right.expr);
|
||||
match (&left.expr, &right.expr) {
|
||||
(&ast::Expr::I32Const(left), &ast::Expr::I32Const(right)) => {
|
||||
let result = match op {
|
||||
|
||||
Reference in New Issue
Block a user