wasmer/lib/runtime-core/src
2019-07-29 13:44:56 +03:00
..
memory implement wasi::readlink 2019-07-12 15:58:28 -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 Enable SIMD support in wasmparser. 2019-07-10 13:48:12 -07:00
error.rs Improved docs and fixed few typos 2019-05-13 11:18:57 -07:00
export.rs wasmer-c-api: returning back pub(crate) fn inner for export.rs 2019-07-29 13:44:56 +03:00
fault.rs Bkpt* -> Breakpoint* 2019-07-04 01:45:06 +08:00
global.rs Bump size of global up to 128 bits. 2019-07-18 13:39:41 -07:00
import.rs Added contains_key method to Namespace 2019-07-07 17:10:34 -07:00
instance.rs Merge branch 'master' into simd 2019-07-24 14:08:24 -07:00
lib.rs Rename alternative_stack to fault. 2019-07-04 01:27:19 +08:00
loader.rs Improve panic/unreachable/unimplemented usage. Refactor a little. 2019-07-22 12:15:56 -07: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 Fix bugs in V128 support based on results from testing against simd spec test. 2019-07-18 12:52:59 -07:00
sig_registry.rs Add some better docs 2019-03-13 14:58:44 -07:00
state.rs Bump size of global up to 128 bits. 2019-07-18 13:39:41 -07: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 Bump size of global up to 128 bits. 2019-07-18 13:39:41 -07:00
units.rs implement emscripten resize_heap 2019-04-09 17:09:33 -07:00
vm.rs Merge branch 'master' into simd 2019-07-24 14:44:52 -07:00
vmcalls.rs Improve performance of memory access. 2019-05-13 05:11:08 -07:00