wasmer/lib/runtime-core/src
2019-05-31 15:40:05 +08:00
..
memory Improved docs and fixed few typos 2019-05-13 11:18:57 -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 Add comments. 2019-05-14 16:13:42 +08:00
backing.rs Use INTERNALS_SIZE 2019-05-17 01:33:33 +08:00
cache.rs change output to go to OUT_DIR 2019-03-19 11:23:04 -07:00
codegen.rs Merge remote-tracking branch 'origin/feature/clif-cgapi' into feature/metering 2019-05-31 15:40:05 +08: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
global.rs Instantiate takes reference 2019-02-02 15:58:33 -08:00
import.rs kwasm imports 2019-05-04 08:28:13 -07:00
instance.rs Cargo fmt 2019-05-14 16:04:08 +08:00
lib.rs Add the internals field and necessary structures for metering. 2019-05-17 01:10:21 +08:00
loader.rs Cargo fmt 2019-05-14 16:04:08 +08: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 Cleanup expect messages used for debugging 2019-05-26 22:50:23 -05:00
sig_registry.rs Add some better docs 2019-03-13 14:58:44 -07:00
typed_func.rs Fix f32/f64 conversion, add tests, and rename conversion method 2019-05-11 19:26:17 -05:00
types.rs Merge remote-tracking branch 'origin/master' into feature/remote-code-load 2019-05-14 15:46:15 +08:00
units.rs implement emscripten resize_heap 2019-04-09 17:09:33 -07:00
vm.rs Cargo fmt 2019-05-23 20:10:34 +08:00
vmcalls.rs Improve performance of memory access. 2019-05-13 05:11:08 -07:00