Commit Graph

22 Commits

Author SHA1 Message Date
2bbceeb239 Moved DynamicFunctionImportContext abstraction into runtime 2020-05-16 03:10:24 -07:00
f38720337f Reverse trampoline static generation now works! 🎉 2020-05-14 19:28:36 -07:00
1c21e4f927 Make host trampolines work (PoC) 2020-05-13 20:53:54 -07:00
e77cbd8b94 Deny many warnings in CI; fix warnings 2020-05-13 12:44:34 -07:00
f5a427adee Refactor cranelift a bit for code clarity 2020-05-04 19:18:05 -07:00
0bd6a0dd6b Renamed FuncIndex to FunctionIndex 2020-05-04 13:39:12 -07:00
2997be7d88 Renamed FuncType to FunctionType 2020-05-04 13:34:05 -07:00
e3d77dcf8a Force jump tables to be for local functions 2020-05-02 04:49:57 -07:00
deace5beb0 Renamed back into LocalFunc 2020-05-02 04:43:31 -07:00
fdef870e5a Renamed UserFunc to ImportedFunc 2020-05-02 04:19:11 -07:00
eef5d1a901 Make compilers use FunctionBody for trampolines 2020-05-01 18:28:59 -07:00
c1c06591a0 Refactored FunctionBody into compiler 2020-05-01 16:51:47 -07:00
baf5e04f6b Merge branch 'master' into frame-info
# Conflicts:
#	lib/compiler/src/function.rs
#	lib/compiler/src/lib.rs
2020-05-01 11:50:34 -07:00
c33a368ff8 Added custom sections
Based on this document:

https://www.notion.so/wasmer/Compiler-Refactor-Proposal-c678a73b0e2c4572834d2dba21263916
2020-05-01 11:23:22 -07:00
cebf727e80 Move frame info into it’s own field 2020-04-30 21:23:37 -07:00
f62f475309 Return Features & Target by reference in Compiler 2020-04-22 11:07:45 -07:00
cdd51ad14a Improved imports 2020-04-21 23:24:50 -07:00
feef35364b Renamed *Defined into *Local for better clarity 2020-04-21 23:19:33 -07:00
1ce055cb5a Various improvements 2020-04-21 23:13:06 -07:00
b360bd40bb Move SourceLoc into compiler 2020-04-21 23:05:58 -07:00
68b500ad84 Moved TrapInformation to the Compiler 2020-04-21 23:01:43 -07:00
a402691303 First iteration of wasmer-reborn 2020-04-21 21:37:33 -07:00