wasmer/lib/runtime-core/src
Ivan Enderlin edb6cbefca fix(runtime-core) Share the definition of Trampoline across all the backends.
This patch updates all the backends to use the definition of
`Trampoline` as defined in the `wasmer_runtime_core::typed_func`
module. That way, there is no copy of that type, and as such, it is
easier to avoid regression (a simple `cargo check` does the job).

This patch also formats the `use` statements in the updated files.
2019-10-30 13:10:34 +01:00
..
memory Merge branch 'master' into ventuzelo/fix-653-panic-memorydescriptor 2019-09-24 09:10:45 +02:00
structures Improved Emscripten / WASI autodetection 2019-09-22 18:23:22 -07:00
sys Implement it for memory and make Instance Send 2019-09-17 14:58:26 -07:00
table Merge remote-tracking branch 'origin/master' into feature/make-instance-send 2019-09-23 11:05:00 -07:00
backend.rs Improve docs from feedback 2019-09-27 10:15:40 -07:00
backing.rs Replace "be the i32 type" with "be an i32" in error messages. 2019-10-07 12:11:10 -07:00
cache.rs Add comment explaining why WasmHash is implemented the way it is 2019-08-27 11:50:03 -07:00
codegen.rs Cranelift backend update to fork of clif version 0.43.1 2019-09-21 13:06:54 -05:00
error.rs Return link error instead of assertion failure for bad data initialization 2019-08-07 15:40:42 -06:00
export.rs Add comments explaining the unsafe impls and simplify the code, too 2019-09-17 18:35:12 -07:00
fault.rs Save and restore the additional XMM registers in OSR too. 2019-10-21 19:44:16 -07:00
global.rs Implement Send for everything except Memory 2019-09-17 11:45:13 -07:00
import.rs Add ImportObject maybe_with_namespace example 2019-09-25 12:37:27 -07:00
instance.rs Update spectests to work with new Instance; use Arc<Mutex<>> 2019-09-23 13:43:01 -07:00
lib.rs Cranelift backend update to fork of clif version 0.43.1 2019-09-21 13:06:54 -05:00
loader.rs add details when calling unimplemented! 2019-10-03 11:26:54 +02:00
macros.rs add trace macro for more verbose debug statements 2019-05-15 11:46:17 -07:00
module.rs Fix typo in comment. 2019-10-18 16:33:49 -07:00
parse.rs Merge branch 'master' into ventuzelo/fix-653-panic-memorydescriptor 2019-09-24 09:10:45 +02:00
sig_registry.rs Formatted code 2019-07-31 23:51:12 -07:00
state.rs Save and restore the additional XMM registers in OSR too. 2019-10-21 19:44:16 -07:00
tiering.rs Format everything 2019-08-21 15:23:56 -07:00
trampoline_x64.rs Read stack values based on state map. 2019-06-12 22:02:15 +08:00
typed_func.rs fix(runtime-core) Share the definition of Trampoline across all the backends. 2019-10-30 13:10:34 +01:00
types.rs fix 653 panic in memoryDescriptor 2019-09-17 17:42:06 +02:00
units.rs implement emscripten resize_heap 2019-04-09 17:09:33 -07:00
vm.rs add details when calling unimplemented! 2019-10-03 11:26:54 +02:00
vmcalls.rs Merge branch 'master' into ventuzelo/add-detail-unimplemented-calls-runtime 2019-10-23 12:30:14 -07:00