Add floats
This commit is contained in:
@@ -316,8 +316,7 @@ where
|
||||
Operator::Ctz(Size::_64) => ctx.i64_ctz(),
|
||||
Operator::Popcnt(Size::_64) => ctx.i64_popcnt(),
|
||||
Operator::Drop(range) => ctx.drop(range),
|
||||
Operator::Const(Value::I32(value)) => ctx.i32_literal(value),
|
||||
Operator::Const(Value::I64(value)) => ctx.i64_literal(value),
|
||||
Operator::Const(val) => ctx.literal(val),
|
||||
Operator::Load { ty: I32, memarg } => ctx.i32_load(memarg.offset)?,
|
||||
Operator::Load { ty: I64, memarg } => ctx.i64_load(memarg.offset)?,
|
||||
Operator::Store { ty: I32, memarg } => ctx.i32_store(memarg.offset)?,
|
||||
|
||||
Reference in New Issue
Block a user