Syrus
|
d8471e2b6a
|
Improved docs with custom logo and favicon
|
2019-09-03 17:06:31 -07:00 |
|
losfair
|
9015b79091
|
Cargo fmt
|
2019-09-01 18:17:47 +08:00 |
|
losfair
|
45040650dd
|
Fix the missing Copy trait error
|
2019-09-01 18:17:31 +08:00 |
|
losfair
|
86814a1920
|
Merge remote-tracking branch 'origin/master' into feature/llvm-osr
|
2019-08-22 10:47:39 -07:00 |
|
dependabot-preview[bot]
|
5d4b78e880
|
Bump nix from 0.14.1 to 0.15.0
Bumps [nix](https://github.com/nix-rust/nix) from 0.14.1 to 0.15.0.
- [Release notes](https://github.com/nix-rust/nix/releases)
- [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nix-rust/nix/commits)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-08-21 22:36:56 +00:00 |
|
losfair
|
bf9d915635
|
Fix a few issues from PR comments.
|
2019-08-21 14:53:33 -07:00 |
|
losfair
|
124ad73e8a
|
Merge remote-tracking branch 'origin/master' into feature/llvm-osr
|
2019-08-19 13:06:59 -07:00 |
|
Brandon Fish
|
7b7f55306c
|
Merge branch 'master' into feature/fix-singlepass-panic-no-functions
|
2019-08-17 00:34:06 -06:00 |
|
Brandon Fish
|
bccbbb3d8b
|
Add deny nonstandard-style and unused-mut lints
|
2019-08-15 20:18:29 -06:00 |
|
losfair
|
afa0600701
|
Cargo fmt
|
2019-08-15 19:13:00 -07:00 |
|
losfair
|
6a24485999
|
Insert trampolines to preserve callee-saved registers for backends without register save area information.
|
2019-08-15 19:10:24 -07:00 |
|
Brandon Fish
|
98d3e04137
|
Fix unused mut warning
|
2019-08-15 20:09:51 -06:00 |
|
Brandon Fish
|
439e81d41e
|
Fix singlepass error when no function code present
|
2019-08-15 10:15:58 -06:00 |
|
losfair
|
98ef9182d7
|
Run clang-format and cargo fmt
|
2019-08-14 16:35:40 -07:00 |
|
losfair
|
0e0573c73c
|
Merge remote-tracking branch 'origin/master' into feature/llvm-osr
|
2019-08-14 16:33:26 -07:00 |
|
losfair
|
9cade2b441
|
singlepass: Skip patchpoint.
|
2019-08-10 03:10:32 +08:00 |
|
Brandon Fish
|
5a41686192
|
Fix bare_trait_objects warnings
|
2019-08-08 16:46:52 -06:00 |
|
losfair
|
c1619026d5
|
Swap code lazily when tiering up from singlepass to LLVM.
Does not handle long-running functions, but should work at least.
|
2019-08-09 04:26:17 +08:00 |
|
Brandon Fish
|
2f70a199e4
|
Add deny dead_code lint and fix one error
|
2019-08-01 20:46:35 -06:00 |
|
Syrus
|
ebce7d0371
|
Updated dependencies
|
2019-07-31 23:42:54 -07:00 |
|
Syrus
|
a6461c3b14
|
Removed explicit hashbrown dependency
|
2019-07-31 23:18:38 -07:00 |
|
Syrus
|
6245daaa84
|
Update dependencies to latest versions
|
2019-07-31 23:04:03 -07:00 |
|
Mark McCaskey
|
20e424c11e
|
update wasmparser and clif-fork dependencies
|
2019-08-01 10:13:25 +09:00 |
|
Syrus
|
fccf68c734
|
Updated version to 0.6.0
|
2019-07-31 10:28:45 -07:00 |
|
losfair
|
283676af2b
|
Add .clone() to fix singlepass.
|
2019-07-30 22:25:37 +08:00 |
|
Syrus
|
76daa7b3fd
|
Improved Wasmer Backends documentation
|
2019-07-24 18:06:59 -07:00 |
|
Nick Lewycky
|
16fe3ce0af
|
Merge branch 'master' into simd
|
2019-07-23 13:51:15 -07:00 |
|
Mark McCaskey
|
ad7e3b52d3
|
Prepare for release of 0.5.7
|
2019-07-23 11:20:59 -07:00 |
|
Nick Lewycky
|
cd25356858
|
Fix shuffle and enable tests. Add support for new load_splat instructions.
Updates to wasmparser 0.34.0 and picks up a newer wasmerio/wabt.
|
2019-07-19 15:19:58 -07:00 |
|
Nick Lewycky
|
eeac6d5d2d
|
Merge branch 'master' of github.com:wasmerio/wasmer into simd
|
2019-07-16 19:16:45 -07:00 |
|
Mark McCaskey
|
19f544e489
|
update to 0.5.6
|
2019-07-16 13:12:21 -07:00 |
|
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 |
|
Nick Lewycky
|
3ba8100e98
|
Add V128 stubs to allow singlepass backend to build again.
|
2019-07-10 13:48:12 -07: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 |
|