wasmer/lib/runtime-core/src
bors[bot] 870faf9838 Merge #341
341: feat(runtime-core) `Instance.exports` takes `&self` instead of `&mut self` r=lachlansneff a=Hywan

There is no reason for `exports` to take a mutable reference. This patch rewrites the `Instance.export` signature a little bit.

Co-authored-by: Ivan Enderlin <ivan.enderlin@hoa-project.net>
2019-04-10 19:22:12 +00: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 Add some documentation 2019-04-10 10:26:16 -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 Misc fixes 2019-04-01 17:50:53 -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 Merge #341 2019-04-10 19:22:12 +00:00
lib.rs Add implementations for typed func errors to cranelift and llvm 2019-04-09 15:53:01 -07:00
macros.rs Improved debug! macro with timing 2019-04-05 23:47:59 -07:00
module.rs update wasm-parser dep; use it for validation 2019-04-03 17:21:57 -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 lint 2019-04-10 10:31:49 -07:00
types.rs Initial typed func rewrite 2019-04-09 12:48:41 -07:00
units.rs implement emscripten resize_heap 2019-04-08 16:17:34 -07:00
vm.rs Fix runtime test missing method 2019-04-09 16:15:50 -07:00
vmcalls.rs Add InternalCtx. 2019-03-21 08:39:06 +08:00