Brandon Fish
|
ed19fd2913
|
Update loader-kernel feature name, fix compilation track state, cargo fmt
|
2019-07-12 23:02:57 -05:00 |
|
losfair
|
450109e2bb
|
Fix singlepass compilation error.
|
2019-07-13 00:17:21 +08:00 |
|
losfair
|
08cdc9a42f
|
Allow disabling state tracking for faster startup.
|
2019-07-12 23:37:40 +08:00 |
|
losfair
|
f327feccef
|
Merge remote-tracking branch 'origin/master' into fix/imul-relax
|
2019-07-12 23:37:01 +08:00 |
|
losfair
|
c186e0244e
|
Fix compile error on imul .
|
2019-07-11 20:26:20 +08:00 |
|
Johan Andersson
|
b41040cc59
|
Update to nix 0.14.
Instead of using a mix of nix 0.12 & 0.13
|
2019-07-11 12:28:56 +02:00 |
|
Mark McCaskey
|
4752492974
|
update version numbers to 0.5.5
|
2019-07-09 17:43:04 -07:00 |
|
Mark McCaskey
|
99ebb782dc
|
update to version 0.5.4
|
2019-07-05 13:35:55 -07:00 |
|
losfair
|
a3dcc0e240
|
Merge remote-tracking branch 'origin/master' into feature/osr
|
2019-07-04 23:56:45 +08:00 |
|
Mark McCaskey
|
535da4c34a
|
update to version 0.5.3 for wapm bug fix
|
2019-07-03 14:35:39 -07:00 |
|
losfair
|
02464991da
|
Cargo fmt
|
2019-07-04 01:45:54 +08:00 |
|
losfair
|
f32b22d571
|
Bkpt* -> Breakpoint*
|
2019-07-04 01:45:06 +08:00 |
|
losfair
|
5c5ecfff7d
|
Rename alternative_stack to fault .
|
2019-07-04 01:27:19 +08:00 |
|
Mark McCaskey
|
83da82d844
|
update for release wasmer 0.5.2
|
2019-07-02 14:13:45 -07:00 |
|
Nick Lewycky
|
b8f0292c0a
|
Update to wasmpaser 0.32.1.
|
2019-07-02 10:00:19 -07:00 |
|
Nick Lewycky
|
9fc713f9b1
|
Update for new wasmparser.rs version.
|
2019-07-01 16:11:38 -07:00 |
|
Nick Lewycky
|
fe38cc915b
|
Update to newer cranelift which also requires an update to wasmparser 0.31.0.
|
2019-07-01 15:27:17 -07:00 |
|
losfair
|
c67405ffe5
|
Add workaround for singlepass miscompilation on GetLocal.
|
2019-07-01 21:20:35 +08:00 |
|
losfair
|
80509e3f78
|
Fix singlepass miscompilation.
|
2019-06-30 11:50:06 +08:00 |
|
losfair
|
db117d2f26
|
Cleanup internal logic.
|
2019-06-27 17:54:06 +08:00 |
|
losfair
|
967027003d
|
Full preemptive snapshot/resume.
|
2019-06-27 15:49:43 +08:00 |
|
losfair
|
63f9818cf6
|
Move more logic into runtime-core and add an interactive shell.
|
2019-06-27 00:41:07 +08:00 |
|
losfair
|
a792ac6a48
|
Wrap alternative stack functions properly.
|
2019-06-26 20:45:32 +08:00 |
|
losfair
|
183571927c
|
Merge remote-tracking branch 'origin/master' into feature/osr
|
2019-06-26 13:02:41 +08:00 |
|
losfair
|
9b4343eac5
|
Fix compilation on Linux.
|
2019-06-26 12:33:50 +08:00 |
|
losfair
|
2373d371ae
|
Optimize backtraces.
|
2019-06-26 11:28:46 +08:00 |
|
losfair
|
2730efcc6c
|
Cargo fmt
|
2019-06-26 01:39:30 +08:00 |
|
losfair
|
3f2aeec9bc
|
Suspend & restore.
|
2019-06-25 20:01:56 +08:00 |
|
losfair
|
8303853227
|
Cargo fmt
|
2019-06-25 03:56:20 +08:00 |
|
losfair
|
fb7c3eee8a
|
Improve stack trace collection and rendering.
|
2019-06-25 03:55:33 +08:00 |
|
Mark McCaskey
|
09177ac3ae
|
update version numbers to 0.5.1, add changelog entry
|
2019-06-24 12:45:40 -07:00 |
|
losfair
|
73eb04d269
|
Merge remote-tracking branch 'origin/master' into feature/osr
|
2019-06-24 23:35:47 +08:00 |
|
Mark McCaskey
|
7bdfb2be51
|
update version numbers and changelog for 0.5.0
|
2019-06-17 12:56:28 -07:00 |
|
losfair
|
9585b89705
|
Fix bugs in state reading.
|
2019-06-12 23:54:15 +08:00 |
|
losfair
|
32008eba88
|
Read stack values based on state map.
|
2019-06-12 22:02:15 +08:00 |
|
losfair
|
00b6bf632a
|
Dumping stack through import.
|
2019-06-12 13:38:58 +08:00 |
|
losfair
|
ddd0653a25
|
Make singlepass backend emit state mapping information.
|
2019-06-12 00:21:43 +08:00 |
|
losfair
|
da9bf05218
|
Machine state diff
|
2019-06-11 20:49:30 +08:00 |
|
losfair
|
082b8376ae
|
State representation.
|
2019-06-09 21:21:18 +08:00 |
|
losfair
|
61786a370a
|
Fix typo in machine .
|
2019-06-08 22:56:13 +08:00 |
|
laizy
|
1780d57df1
|
add Mechine::release_locations_keep_state test
|
2019-06-08 22:25:20 +08:00 |
|
laizy
|
8105c0c16f
|
fix stack offset check
|
2019-06-08 15:03:56 +08:00 |
|
losfair
|
f2d8aad73a
|
Support checking the execution limit exceeded error.
|
2019-06-05 11:51:33 +08:00 |
|
losfair
|
c1e817b3fb
|
Add missing relaxed moves.
|
2019-05-31 19:29:28 +08:00 |
|
losfair
|
8019505e65
|
Merge remote-tracking branch 'origin/feature/clif-cgapi' into feature/metering
|
2019-05-31 15:40:05 +08:00 |
|
losfair
|
fd8675324c
|
Merge remote-tracking branch 'origin/master' into feature/metering
|
2019-05-29 11:16:05 +08:00 |
|
Brandon Fish
|
8069cdac16
|
Merge branch 'master' into feature/clif-cgapi
|
2019-05-26 12:04:45 -05:00 |
|
Brandon Fish
|
6ca311f92d
|
Fix compilation errors and warnings
|
2019-05-26 11:13:37 -05:00 |
|
Johan Andersson
|
8018453266
|
Update wasmparser 0.29.2 -> 0.30.0
|
2019-05-24 23:18:08 +02:00 |
|
losfair
|
9919dd73c8
|
Merge remote-tracking branch 'origin/master' into feature/metering
|
2019-05-23 20:18:11 +08:00 |
|