wasmer/lib/runtime-core/src
Nick Lewycky 2fabb5bc20 Add support for (register) command in spec tests and enable importing mutable globals.
Enable the part of the simd spec tests that now pass.
2019-08-02 14:18:07 -07:00
..
memory implement wasi::readlink 2019-07-12 15:58:28 -07:00
structures Remove all uses of mem::uninitialized for Rust 1.38 2019-07-31 13:21:20 +09:00
sys Formatted code 2019-07-31 23:51:12 -07:00
table Allow cross-module indirect calls. 2019-03-19 11:47:38 +08:00
backend.rs Removed explicit hashbrown dependency 2019-07-31 23:18:38 -07: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 Add support for (register) command in spec tests and enable importing mutable globals. 2019-08-02 14:18:07 -07:00
error.rs Fix typos. 2019-08-01 16:24:40 -07:00
export.rs Use ordered IndexMap for exports in runtime-core 2019-08-01 01:27:21 -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 Merge branch 'develop' into c-api-import_object_t 2019-08-01 18:15:21 +03:00
instance.rs Merge branch 'master' into simd 2019-07-24 14:08:24 -07:00
lib.rs Add support for (register) command in spec tests and enable importing mutable globals. 2019-08-02 14:18:07 -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 Use ordered IndexMap for exports in runtime-core 2019-08-01 01:27:21 -07:00
parse.rs Removed explicit hashbrown dependency 2019-07-31 23:18:38 -07:00
sig_registry.rs Formatted code 2019-07-31 23:51:12 -07:00
state.rs Allow dead_code for existing arch specific methods 2019-08-02 14:07:10 -06: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 Use ordered IndexMap for exports in runtime-core 2019-08-01 01:27:21 -07:00
vmcalls.rs Improve performance of memory access. 2019-05-13 05:11:08 -07:00