.. |
memory
|
Make the slice::from_raw_parts call safe
|
2019-04-21 12:58:48 +02:00 |
structures
|
Added parallel compilation (#209)
|
2019-02-25 12:03:48 -08:00 |
sys
|
feat(runtime) Get ready for tiering (#257)
|
2019-03-08 15:15:16 -08:00 |
table
|
Allow cross-module indirect calls.
|
2019-03-19 11:47:38 +08:00 |
backend.rs
|
Add caching support to llvm backend
|
2019-04-19 13:54:48 -07:00 |
backing.rs
|
Redesign the interface between the runtime and the backends.
|
2019-04-11 18:01:54 -07:00 |
cache.rs
|
change output to go to OUT_DIR
|
2019-03-19 11:23:04 -07:00 |
codegen.rs
|
Merge branch 'master' into feature/llvm-cgapi
|
2019-05-06 22:39:20 -05:00 |
error.rs
|
Hook up error propagation
|
2019-04-22 15:06:40 -07:00 |
export.rs
|
feat(runtime-core) Instance.exports takes &self instead of &mut self .
|
2019-04-10 12:17:16 -07:00 |
global.rs
|
Instantiate takes reference
|
2019-02-02 15:58:33 -08:00 |
import.rs
|
Instance now pulls state from the ImportObject
|
2019-03-28 11:56:31 -07:00 |
instance.rs
|
Remove unused function memory offset addr
|
2019-04-24 02:00:07 -05:00 |
lib.rs
|
Finished middleware impl and made a CallTrace middleware
|
2019-04-27 16:31:47 +08:00 |
macros.rs
|
Improved debug! macro with timing
|
2019-04-05 23:47:59 -07:00 |
module.rs
|
Add caching support to llvm backend
|
2019-04-19 13:54:48 -07:00 |
parse.rs
|
Update LLVM FCG begin_body
|
2019-05-03 00:14:25 -05:00 |
sig_registry.rs
|
Make module info store FuncSig, not Arc<FuncSig>
|
2019-02-08 14:19:58 -08:00 |
typed_func.rs
|
Add error propagation test
|
2019-04-22 15:53:21 -07:00 |
types.rs
|
Update emscripten to run JSC
|
2019-05-06 14:05:04 -07:00 |
units.rs
|
implement emscripten resize_heap
|
2019-04-09 17:09:33 -07:00 |
vm.rs
|
Finished middleware impl and made a CallTrace middleware
|
2019-04-27 16:31:47 +08:00 |
vmcalls.rs
|
Add InternalCtx .
|
2019-03-21 08:39:06 +08:00 |