wasmer/lib/runtime-core/src
nlewycky 3f3bf38d94
Fix typo in comment.
"Then thou must count to three. Three shall be the number of the counting and the number of the counting shall be three. Four shalt thou not count, neither shalt thou count two, excepting that thou then proceedeth to three."
2019-07-18 11:24:25 -07:00
..
memory improve networking in emscripten 2019-07-01 16:36:30 -07: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 Allow disabling state tracking for faster startup. 2019-07-12 23:37:40 +08:00
backing.rs Fix typo in panic! 2019-06-18 15:15:49 -07:00
cache.rs do backend caching with a directory 2019-07-08 17:05:54 -07:00
codegen.rs Cargo fmt 2019-07-04 01:45:54 +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
fault.rs Bkpt* -> Breakpoint* 2019-07-04 01:45:06 +08:00
global.rs Instantiate takes reference 2019-02-02 15:58:33 -08:00
import.rs Added contains_key method to Namespace 2019-07-07 17:10:34 -07:00
instance.rs Implement {get,set}_points_used. 2019-06-05 02:28:19 +08:00
lib.rs Rename alternative_stack to fault. 2019-07-04 01:27:19 +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 Merge remote-tracking branch 'origin/master' into feature/osr 2019-07-04 23:56:45 +08:00
sig_registry.rs Add some better docs 2019-03-13 14:58:44 -07:00
state.rs Fix trap offset lookup. 2019-07-13 00:17:33 +08:00
trampoline_x64.rs Read stack values based on state map. 2019-06-12 22:02:15 +08:00
typed_func.rs Move more logic into runtime-core and add an interactive shell. 2019-06-27 00:41:07 +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 Fix typo in comment. 2019-07-18 11:24:25 -07:00
vmcalls.rs Improve performance of memory access. 2019-05-13 05:11:08 -07:00