Files
wasmtime/cranelift/codegen
Alex Crichton 04d233301c Require the Send trait for TargetIsa
The `TargetIsa` trait already requires that the implementor is `Sync` to
be shared across threads, and this commit adds in an additional
restriction of `Send` to ensure that the type can be sent-by-value
across threads as well.

This is part of an effort to make various data structures in `wasmtime`
sendable/shareable across threads.
2020-01-08 19:07:47 +01:00
..
2020-01-08 19:07:47 +01:00
2019-12-07 09:47:43 -08:00
2019-12-18 12:37:08 +01:00

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