avanhatt / wasmtime

Standalone JIT-style runtime for WebAssembly, using Cranelift
https://wasmtime.dev/
Apache License 2.0
0 stars 1 forks source link

Add sub mul annotations, part 1 #9

Closed mpardesh closed 1 year ago

mpardesh commented 1 year ago

add mul sub excluding imm12 and shift/extend for add/sub includes tests and broken tests tests sometimes hang in cargo test and command line

imm12 and shift/extend coming in part 2 div also coming up

mpardesh commented 1 year ago

please ignore. my changes aren't showing up correctly.