wasmer/lib/runtime-core/src
2019-07-29 12:11:23 -07: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 Merge #579 2019-07-26 22:21:00 +00:00
backing.rs Fix typo in panic! 2019-06-18 15:15:49 -07:00
cache.rs fix caching for other backends, improve default compiler code 2019-07-24 17:31:59 -07:00
codegen.rs Rename validate to validate_with_features. 2019-07-29 12:11:23 -07: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 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 Add --enable-simd flag to wasmer run and wasmer validate. 2019-07-26 00:34:02 -07: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 Use --enable-simd to control whether SIMD is enabled in the wasmparser. 2019-07-29 12:11:23 -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