wasmer/lib/runtime-core/src
2019-06-25 20:01:56 +08:00
..
memory remove duplicated code, wrap WasmPtr on wasi side 2019-06-11 11:10:42 +02:00
structures Added parallel compilation (#209) 2019-02-25 12:03:48 -08:00
sys Fix Windows crash on caching compiled artifact. 2019-05-08 15:59:00 +02:00
table Allow cross-module indirect calls. 2019-03-19 11:47:38 +08:00
backend.rs Merge remote-tracking branch 'origin/master' into feature/osr 2019-06-24 23:35:47 +08:00
backing.rs Fix typo in panic! 2019-06-18 15:15:49 -07:00
cache.rs change output to go to OUT_DIR 2019-03-19 11:23:04 -07:00
codegen.rs Support checking the execution limit exceeded error. 2019-06-05 11:51:33 +08:00
error.rs Improved docs and fixed few typos 2019-05-13 11:18:57 -07:00
export.rs feat(runtime-core) Instance.exports takes &self instead of &mut self. 2019-04-10 12:17:16 -07:00
global.rs Instantiate takes reference 2019-02-02 15:58:33 -08:00
import.rs Suspend & restore. 2019-06-25 20:01:56 +08:00
instance.rs Implement {get,set}_points_used. 2019-06-05 02:28:19 +08:00
lib.rs Suspend & restore. 2019-06-25 20:01:56 +08:00
loader.rs Cargo fmt 2019-05-14 16:04:08 +08:00
macros.rs add trace macro for more verbose debug statements 2019-05-15 11:46:17 -07:00
module.rs Pass module info to FCG as Arc 2019-05-21 23:44:31 -05:00
parse.rs Cleanup expect messages used for debugging 2019-05-26 22:50:23 -05:00
sig_registry.rs Add some better docs 2019-03-13 14:58:44 -07:00
state.rs Suspend & restore. 2019-06-25 20:01:56 +08:00
suspend.rs Suspend & restore. 2019-06-25 20:01:56 +08:00
trampoline_x64.rs Read stack values based on state map. 2019-06-12 22:02:15 +08:00
typed_func.rs Dumping stack through import. 2019-06-12 13:38:58 +08:00
types.rs Merge remote-tracking branch 'origin/master' into feature/remote-code-load 2019-05-14 15:46:15 +08:00
units.rs implement emscripten resize_heap 2019-04-09 17:09:33 -07:00
vm.rs Support getting/setting metering points and internal fields with a Ctx. 2019-06-06 14:10:57 +08:00
vmcalls.rs Improve performance of memory access. 2019-05-13 05:11:08 -07:00