wasmer/lib/runtime-core/src
2019-09-21 13:06:54 -05:00
..
memory Remove null pointer checks generally, re-add them in Emscripten 2019-09-20 12:02:12 -07:00
structures Remove all uses of mem::uninitialized for Rust 1.38 2019-07-31 13:21:20 +09:00
sys Protect::ReadWriteExec is readable and writable. 2019-08-07 16:49:29 -07:00
table Add example, rename Ctx fn, make things pub(crate), misc changes 2019-09-18 16:43:47 -07:00
backend.rs Merge remote-tracking branch 'origin/master' into feature/llvm-osr 2019-08-21 15:49:25 -07:00
backing.rs fix issue 725, remove panics 2019-09-09 16:58:26 +02:00
cache.rs Add comment explaining why WasmHash is implemented the way it is 2019-08-27 11:50:03 -07:00
codegen.rs Cranelift backend update to fork of clif version 0.43.1 2019-09-21 13:06:54 -05:00
error.rs Return link error instead of assertion failure for bad data initialization 2019-08-07 15:40:42 -06:00
export.rs Use ordered IndexMap for exports in runtime-core 2019-08-01 01:27:21 -07:00
fault.rs Remove colored CLI output from runtime-core lib. 2019-09-15 03:21:04 +02:00
global.rs Bump size of global up to 128 bits. 2019-07-18 13:39:41 -07:00
import.rs Fix bare_trait_objects warnings 2019-08-08 16:46:52 -06:00
instance.rs Implement function lookups using the table 2019-09-18 16:06:46 -07:00
lib.rs Cranelift backend update to fork of clif version 0.43.1 2019-09-21 13:06:54 -05:00
loader.rs Fix CodeMemory::new(0) 2019-08-22 11:57:58 -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 remove panic and unimplemented in llvm-backend and runtime-core 2019-09-17 12:03:03 +02:00
sig_registry.rs Formatted code 2019-07-31 23:51:12 -07:00
state.rs Rustfmt 2019-09-15 03:31:05 +02:00
tiering.rs Format everything 2019-08-21 15:23:56 -07:00
trampoline_x64.rs Read stack values based on state map. 2019-06-12 22:02:15 +08:00
typed_func.rs Add misaligned atomic access trap display for WasmTrapInfo. 2019-08-19 17:26:15 -07:00
types.rs Improved docs with custom logo and favicon 2019-09-03 17:06:31 -07:00
units.rs implement emscripten resize_heap 2019-04-09 17:09:33 -07:00
vm.rs Add example, rename Ctx fn, make things pub(crate), misc changes 2019-09-18 16:43:47 -07:00
vmcalls.rs Improve performance of memory access. 2019-05-13 05:11:08 -07:00