Files
wasmtime/cranelift/codegen
Scott McMurray c266f7f4c3 Cranelift: Add LibCall::Memcmp
The comment says the enum is "likely to grow" and the function's been in libc since C89, so hopefully this is ok.

I'd like to use it for emitting things like array equality.
2021-11-29 01:42:59 -08:00
..
2021-10-10 14:19:08 +02:00
2021-11-17 13:04:17 -08:00
2021-11-29 01:42:59 -08:00
2021-11-23 09:09:31 -06:00

This crate contains the core Cranelift code generator. It translates code from an intermediate representation into executable machine code.