wasmer/lib/runtime-core/src
Lachlan Sneff ab65477d1f
Refine the runtime api and document the exposed items (#115)
* private module, remove unused method, docs on compile_with

* refine runtime api and document exposed items

* Fix integration test build

* Fix lint
2019-01-23 12:34:15 -08:00
..
structures Library restructure (#104) 2019-01-22 11:02:06 -08:00
sys Add generic range bounds to mmap (#110) 2019-01-23 09:37:56 -08:00
backend.rs Generate trampolines to call exported functions instead of using libffi (#108) 2019-01-22 15:00:27 -08:00
backing.rs Library restructure (#104) 2019-01-22 11:02:06 -08:00
error.rs Library restructure (#104) 2019-01-22 11:02:06 -08:00
export.rs Library restructure (#104) 2019-01-22 11:02:06 -08:00
import.rs Refine the runtime api and document the exposed items (#115) 2019-01-23 12:34:15 -08:00
instance.rs Refine the runtime api and document the exposed items (#115) 2019-01-23 12:34:15 -08:00
lib.rs Refine the runtime api and document the exposed items (#115) 2019-01-23 12:34:15 -08:00
macros.rs Refine the runtime api and document the exposed items (#115) 2019-01-23 12:34:15 -08:00
memory.rs Library restructure (#104) 2019-01-22 11:02:06 -08:00
module.rs Refine the runtime api and document the exposed items (#115) 2019-01-23 12:34:15 -08:00
sig_registry.rs Library restructure (#104) 2019-01-22 11:02:06 -08:00
table.rs Library restructure (#104) 2019-01-22 11:02:06 -08:00
types.rs Refine the runtime api and document the exposed items (#115) 2019-01-23 12:34:15 -08:00
vm.rs Refine the runtime api and document the exposed items (#115) 2019-01-23 12:34:15 -08:00
vmcalls.rs Library restructure (#104) 2019-01-22 11:02:06 -08:00