Stream: git-wasmtime

Topic: wasmtime / issue #5595 fix issue #5497 #5524 #5526.


view this post on Zulip Wasmtime GitHub notifications bot (Jan 19 2023 at 07:53):

yuyang-ok commented on issue #5595:

by the way.
how to get disassembly easy.
@afonso360

like blow.

Disassembly of 28 bytes:
0: 63 46 c6 00 blt a2, a2, 0xc
4: 63 18 c6 00 bne a2, a2, 0x10
8: 63 f6 b5 00 bgeu a1, a1, 0xc
c: 13 e5 05 00 ori a0, a1, 0
10: 6f 00 80 00 j 8
14: 13 e5 05 00 ori a0, a1, 0
18: 67 80 00 00 ret


view this post on Zulip Wasmtime GitHub notifications bot (Jan 19 2023 at 09:06):

afonso360 commented on issue #5595:

:wave: Hey! I use clif-util compile to get those disassembled examples. So, something along the lines of cargo run -- compile -D --target riscv64 ./testcase.clif in the cranelift directory.


Last updated: Nov 22 2024 at 17:03 UTC