wasmer/lib/clif-backend/src
anb 3b2d751c55 Enable compilation for specific target
By exposing the target information through `CompilerConfig`,
compiler(only LLVM at the moment) could create a machine with
different CPU feature flags other than current host, which makes it
capable to "cross compile" to some degree.

Update #959
2019-11-15 18:51:59 -08:00
..
signal fix(runtime-core) Share the definition of Trampoline across all the backends. 2019-10-30 13:10:34 +01:00
cache.rs Removed explicit hashbrown dependency 2019-07-31 23:18:38 -07:00
code.rs Enable compilation for specific target 2019-11-15 18:51:59 -08:00
lib.rs Deny missing docs in the clif backend crate 2019-11-11 20:05:04 -06:00
libcalls.rs Fix compilation on AArch64 Linux. 2019-08-20 16:37:32 -07:00
module.rs Improve panic/unreachable/unimplemented usage. Refactor a little. 2019-07-22 12:15:56 -07:00
relocation.rs add details when calling unimplemented! 2019-10-03 11:26:54 +02:00
resolver.rs fix(cranelift-backend) Remove broken (and useless?) debug code. 2019-10-17 22:55:30 +02:00
trampoline.rs fix(runtime-core) Share the definition of Trampoline across all the backends. 2019-10-30 13:10:34 +01:00