Samsung / walrus

WebAssembly Lightweight RUntime
Apache License 2.0
39 stars 10 forks source link

Implement i32 - i64 conversion operations #41

Closed matetokodi closed 1 year ago

matetokodi commented 1 year ago

This implements:

I also implemented unary operations, but @kulcsaradam has also did, and on first look he did it better, so that PR (https://github.com/Samsung/walrus/pull/39) should probably go first.

matetokodi commented 1 year ago

Now that #39 is in, I have rebased onto the latest jit branch, this should be good to go.