wasmer/lib/runtime-core/src
2019-02-19 09:58:01 -08:00
..
memory Validate descriptor max on creating new table or memory (#186) 2019-02-15 13:14:42 -08:00
structures Add caching. (#134) 2019-02-06 16:26:45 -08:00
sys add windows exception handling in C (#175) 2019-02-14 09:58:33 -08:00
table Validate descriptor max on creating new table or memory (#186) 2019-02-15 13:14:42 -08:00
backend.rs close to working 2019-02-19 09:58:01 -08:00
backing.rs Use ModuleInfo instead of ModuleInner when possible 2019-02-18 11:56:20 -08:00
cache.rs Add caching. (#134) 2019-02-06 16:26:45 -08:00
error.rs Validate descriptor max on creating new table or memory (#186) 2019-02-15 13:14:42 -08: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 Moved ctx in func macro to be first arg 2019-02-09 13:33:22 -08:00
instance.rs Use ModuleInfo instead of ModuleInner when possible 2019-02-18 11:56:20 -08:00
lib.rs close to working 2019-02-19 09:58:01 -08:00
macros.rs Moved ctx in func macro to be first arg 2019-02-09 13:33:22 -08:00
module.rs close to working 2019-02-19 09:58:01 -08:00
sig_registry.rs Fix some reviewed items 2019-01-29 12:49:51 -08:00
typed_func.rs Use repr(transparent) for single element structs (#187) 2019-02-15 15:11:06 -08:00
types.rs Use ModuleInfo instead of ModuleInner when possible 2019-02-18 11:56:20 -08:00
units.rs Add caching. (#134) 2019-02-06 16:26:45 -08:00
vm.rs close to working 2019-02-19 09:58:01 -08:00
vmcalls.rs Fixed simple spectests example compilation 2019-02-09 20:13:58 -08:00