.. |
memory
|
Remove SharedStaticMemory and simplify surrounding code.
|
2019-08-20 11:30:19 -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
|
Allow cross-module indirect calls.
|
2019-03-19 11:47:38 +08:00 |
backend.rs
|
Add the --enable-threads flag and thread it as far as runtime-core.
|
2019-08-19 10:51:14 -07:00 |
backing.rs
|
Add code comment explanation of validation
|
2019-08-11 13:59:48 -06:00 |
cache.rs
|
Add comment explaining why WasmHash is implemented the way it is
|
2019-08-27 11:50:03 -07:00 |
codegen.rs
|
Thread the feature support through to wasmparser.
|
2019-08-19 10:51:14 -07: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
|
Fix bare_trait_objects warnings
|
2019-08-08 16:46:52 -06: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
|
Re-use registered module instances in spectests
|
2019-08-10 15:56:25 -06:00 |
lib.rs
|
Thread the feature support through to wasmparser.
|
2019-08-19 10:51:14 -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
|
Refactor func_count in parser
|
2019-08-12 21:36:17 -06: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
|
Add misaligned atomic access trap display for WasmTrapInfo.
|
2019-08-19 17:26:15 -07: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 the static intrinsics for static shared memory too.
|
2019-08-19 17:26:35 -07:00 |
vmcalls.rs
|
Improve performance of memory access.
|
2019-05-13 05:11:08 -07:00 |