Files
wasmtime/cranelift/codegen
Nick Fitzgerald 70ce288dc7 Save exit Wasm FP and PC in component-to-host trampolines (#4601)
* Wasmtime: Add a pointer to `VMRuntimeLimits` in component contexts

* Save exit Wasm FP and PC in component-to-host trampolines

Fixes #4535

* Add comment about why we deref the trampoline's FP

* Update some tests to use new `vmruntime_limits_*` methods
2022-08-04 10:27:30 -05:00
..
2021-10-10 14:19:08 +02:00
2022-07-07 12:54:39 -07:00
2022-08-04 00:06:13 +00:00

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