wasmer/lib/runtime-core/src
2019-03-12 20:58:22 -05:00
..
memory Create a grow error and refactor grow impl to return result (#191) 2019-02-22 22:18:59 -08: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 Merge branch 'master' into feature/dynasm-backend 2019-03-12 20:58:22 -05:00
backend.rs Merge branch 'master' into feature/dynasm-backend 2019-03-12 20:58:22 -05:00
backing.rs Merge branch 'master' into feature/dynasm-backend 2019-03-12 20:58:22 -05:00
cache.rs fix(runtime-core) hasher does not need to be mutable. 2019-03-04 13:53:41 +01:00
error.rs Merge branch 'master' into feature/dynasm-backend 2019-03-12 20:58:22 -05: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 Fix execute after free issue with llvm (and presumably cranelift?) 2019-03-04 14:41:56 -08:00
instance.rs Merge branch 'master' into feature/dynasm-backend 2019-03-12 20:58:22 -05:00
lib.rs Update api again and change SerializedCache to Artifact 2019-02-21 17:07:04 -08:00
macros.rs Moved ctx in func macro to be first arg 2019-02-09 13:33:22 -08:00
module.rs merge upstream/master into wasmer-private/feature/llvm-backend 2019-03-04 13:03:32 -08: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 Merge branch 'master' into feature/dynasm-backend 2019-03-12 20:58:22 -05: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 branch 'master' into feature/dynasm-backend 2019-03-12 20:58:22 -05:00
vmcalls.rs Create a grow error and refactor grow impl to return result (#191) 2019-02-22 22:18:59 -08:00