wasmer/lib/runtime-core/src
Mackenzie Clark c684ea46f0 lint
2019-03-28 11:42:59 -07:00
..
memory feat(runtime-core) SharedMemory.desc is not used… yet! 2019-03-15 09:09:24 +01: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 clean up implementation 2019-03-27 14:01:27 -07:00
backing.rs cargo fmt 2019-03-19 11:52:43 +08:00
cache.rs change output to go to OUT_DIR 2019-03-19 11:23:04 -07:00
error.rs fix more warnings 2019-03-26 19:05:53 -07:00
export.rs Add caching. (#134) 2019-02-06 16:26:45 -08:00
global.rs Instantiate takes reference 2019-02-02 15:58:33 -08:00
import.rs change behavior of extend to overwrite on conflict 2019-03-24 17:16:05 -07:00
instance.rs clean up (second pass) 2019-03-27 14:08:17 -07:00
lib.rs lint 2019-03-28 11:42:59 -07:00
macros.rs fix typo 2019-03-26 20:07:00 -07:00
module.rs merge and respond to feedback 2019-03-28 11:41:45 -07:00
sig_registry.rs Make module info store FuncSig, not Arc<FuncSig> 2019-02-08 14:19:58 -08:00
typed_func.rs fix(runtime-core) Remove unused imports. 2019-03-12 09:51:54 +01:00
types.rs fix more warnings 2019-03-26 19:05:53 -07:00
units.rs Create a grow error and refactor grow impl to return result (#191) 2019-02-22 22:18:59 -08:00
vm.rs merge and respond to feedback 2019-03-28 11:41:45 -07:00
vmcalls.rs Add InternalCtx. 2019-03-21 08:39:06 +08:00