Commit Graph

525 Commits

Author SHA1 Message Date
9008cfc1f3 Use serialized compilation 2020-05-01 17:02:14 -07:00
c1c06591a0 Refactored FunctionBody into compiler 2020-05-01 16:51:47 -07:00
cf70a297d8 Fixed compilation 2020-05-01 15:57:18 -07:00
901b0d8571 Move serialize into it’s own module 2020-05-01 12:58:23 -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
393f17ba29 Address custom section comments. Improved docs 2020-05-01 11:41:21 -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
ca1b0ee565 Make SourceLoc transparent 2020-04-30 01:58:27 -07:00
479575b56a Exported target lexicon structures 2020-04-28 17:13:45 -07:00
0c42762c46 Fix features in non x86 machines 2020-04-28 16:52:59 -07:00
39550bc469 Simplified wasmparser dependencies 2020-04-28 14:26:31 -07:00
3d2bb43a93 Updated dependent crate versions 2020-04-27 20:03:44 -07:00
93222bb489 Renamed errors to error 2020-04-22 17:17:54 -07:00
49d2ae9797 Use f32/f64 native values for Value f32/f64 storage 2020-04-22 16:19:43 -07:00
5eef30c7fa Added Singlepass backend 2020-04-22 14:25:27 -07:00
1ef248658b Use Page units for memory operations 2020-04-22 12:33:10 -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
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
6d98dcccd7 Added multiple readmes 2020-04-21 22:13:57 -07:00
b225c05b83 Updated package versions 2020-04-21 22:00:36 -07:00
a402691303 First iteration of wasmer-reborn 2020-04-21 21:37:33 -07:00