Files
wasmtime/cranelift/codegen
Joshua Nelson 5edf015ada Make get_libcall_funcref pub(crate) (#1291)
* Make `get_libcall_funcref` `pub(crate)`

Closes https://github.com/bytecodealliance/cranelift/issues/1273.

Since get_libcall_funcref is only used internally by the verifier,
it doesn't make sense to have it be public. This will encourage users to
look elsewhere for `memcpy` (they should be looking at
https://docs.rs/cranelift-frontend/0.51.0/cranelift_frontend/struct.FunctionBuilder.html#method.emit_small_memcpy)
2020-01-24 16:43:44 +01:00
..
2020-01-17 14:33:52 -08:00
2019-12-07 09:47:43 -08:00
2020-01-23 22:36:06 -07:00

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