wasmtime icon indicating copy to clipboard operation
wasmtime copied to clipboard

Cranelift: test/fuzz our ABI/calling convention code with ABI cafe

Open fitzgen opened this issue 1 year ago • 2 comments

Very neat project: https://github.com/Gankra/abi-cafe

fitzgen avatar Nov 07 '22 19:11 fitzgen

We already do this indirectly via cg_clif! (It would still be nice to have it locally in CI)

afonso360 avatar Nov 07 '22 19:11 afonso360

Using abi-cafe without cg_clif intermediate would require writing a new backend for abi-cafe that uses cranelift to compile object files. This shouldn't be too hard as there are already C and Rust backends, but it will require maintaining a fork of abi-cafe.

bjorn3 avatar Nov 07 '22 22:11 bjorn3