wasmer/lib/llvm-backend/src
Lachlan Sneff 17eada53f3
feat(runtime) Get ready for tiering (#257)
* Add local_function field to context

* Add local call indirection to llvm

* local call indirection

* Fix  vm test

* Fix cranelift local call indirection

* Fix unwinding on nightly
2019-03-08 15:15:16 -08:00
..
platform feat(runtime) Get ready for tiering (#257) 2019-03-08 15:15:16 -08:00
backend.rs Just install the signal handler once 2019-03-05 16:50:49 -08:00
code.rs feat(runtime) Get ready for tiering (#257) 2019-03-08 15:15:16 -08:00
example.rs Implement many wasm instructions 2019-02-09 15:53:40 -08:00
intrinsics.rs feat(runtime) Get ready for tiering (#257) 2019-03-08 15:15:16 -08:00
lib.rs feat(runtime) Get ready for tiering (#257) 2019-03-08 15:15:16 -08:00
read_info.rs Add import names, whoops. 2019-03-04 10:19:38 -08:00
state.rs implement load* and store* instructions 2019-02-14 15:13:58 -08:00
trampolines.rs Get control flow (at least according to the llvm verifier) working. 2019-03-01 15:48:43 -08:00