Syrus Akbary
9bab2e62c8
Require test-rust-nightly in bors to merge
2019-04-12 12:09:23 -07:00
Lachlan Sneff
8b2f613649
Merge branch 'master' into feature/remove-call-protected
2019-04-12 11:50:39 -07:00
Lachlan Sneff
5854e65161
Update changelog
2019-04-12 11:31:48 -07:00
bors[bot]
97059a178a
Merge #351
...
351: add hidden option to specify command name r=MarkMcCaskey a=MarkMcCaskey
Co-authored-by: Mark McCaskey <mark@wasmer.io>
Co-authored-by: Mark McCaskey <markmccaskey@users.noreply.github.com>
2019-04-12 18:30:33 +00:00
Mark McCaskey
73be6c7a75
Merge branch 'master' into feature/add-command-name-opt
2019-04-12 11:30:07 -07:00
Lachlan Sneff
eed334297c
Merge branch 'master' into feature/remove-call-protected
2019-04-12 11:28:30 -07:00
Mark McCaskey
9c12b3f7f1
update changelog
2019-04-12 11:22:01 -07:00
Lachlan Sneff
97e60602e4
Merge branch 'master' into feature/remove-call-protected
2019-04-12 11:18:51 -07:00
bors[bot]
e6e3ba5597
Merge #350
...
350: Enforce changelog updates through ci r=lachlansneff a=lachlansneff
This PR enforces that the changelog is updated for every PR through a CI job.
Co-authored-by: Lachlan Sneff <lachlan.sneff@gmail.com>
2019-04-12 18:17:52 +00:00
Mark McCaskey
9ae3559da4
add hidden option to specify command name
2019-04-12 11:17:02 -07:00
Lachlan Sneff
8af4888ced
Update CHANGELOG.md
2019-04-12 11:12:46 -07:00
Lachlan Sneff
b035c333d8
Fix indentation
2019-04-12 11:11:33 -07:00
Lachlan Sneff
b13844a1a3
Update config.yml
2019-04-12 11:10:55 -07:00
Lachlan Sneff
0711f924f7
Update CHANGELOG.md
2019-04-12 11:09:31 -07:00
Lachlan Sneff
b568d30333
Update circleci config
2019-04-12 11:08:20 -07:00
bors[bot]
7c6f37c39b
Merge #349
...
349: Add CHANGELOG.md r=lachlansneff a=lachlansneff
This PR adds a CHANGELOG.md file that will note all changes to the code in this repository.
[Rendered](d026530f01/CHANGELOG.md
)
Co-authored-by: Lachlan Sneff <lachlan.sneff@gmail.com>
2019-04-12 17:49:58 +00:00
Lachlan Sneff
d026530f01
Add link to PR.
2019-04-12 10:48:34 -07:00
Lachlan Sneff
15fca21995
Add CHANGELOG.md
2019-04-12 10:46:29 -07:00
Lachlan Sneff
e8d5f01276
Merge branch 'master' into feature/remove-call-protected
2019-04-12 10:38:04 -07:00
Lachlan Sneff
0d30c957a2
Fix llvm test
2019-04-12 10:33:30 -07:00
Lachlan Sneff
051d435423
Warnings and unused code cleanup
2019-04-12 10:27:14 -07:00
Lachlan Sneff
4e17ff8571
Update singlepass backend to new backend abstraction
2019-04-12 10:21:40 -07:00
Lachlan Sneff
75cc65a8c5
Update llvm backend to new backend abstraction
2019-04-12 10:05:50 -07:00
Lachlan Sneff
8b5da1d86e
Update cranelift backend to new backend abstraction
2019-04-12 09:58:29 -07:00
Lachlan Sneff
d8c6f76846
Redesign the interface between the runtime and the backends.
...
This removes the ProtectedCaller and FuncResolver traits, simplifying call implementations and improving dynamic call throughput.
2019-04-11 18:01:54 -07:00
Syrus
94fac3dd8b
Updated version to 0.3.0 🎉
2019-04-11 17:19:39 -07:00
Syrus
2d01ff0a6d
Install rust nightly by default in mac
2019-04-11 16:54:49 -07:00
bors[bot]
7113355333
Merge #346
...
346: Improved installer to use tar r=Hywan a=syrusakbary
Improved installer to use tar
Co-authored-by: Syrus <me@syrusakbary.com>
2019-04-11 23:30:25 +00:00
Syrus
0cbb6de552
Improved Rustup installer in mac
2019-04-11 16:24:14 -07:00
Syrus
0aec2081a2
Merge branch 'master' into feature/tar-install
...
# Conflicts:
# .circleci/config.yml
2019-04-11 16:19:13 -07:00
bors[bot]
11b6a5d02d
Merge #344
...
344: Do the release on Rust nightly r=syrusakbary a=syrusakbary
Do the release on Rust nightly
Co-authored-by: Syrus <me@syrusakbary.com>
Co-authored-by: Lachlan Sneff <lachlan.sneff@gmail.com>
2019-04-11 22:55:18 +00:00
Syrus
a5fc32fced
Add production-release to Makefile
2019-04-11 15:33:02 -07:00
Lachlan Sneff
a100b2a72e
feature cfg away singlepass and llvm backends in cli
2019-04-11 15:31:02 -07:00
Syrus
e5d0b377c1
Improved install script
2019-04-11 15:05:14 -07:00
Lachlan Sneff
81807712d8
Enable llvm backend
2019-04-11 14:44:43 -07:00
Lachlan Sneff
4a0484df08
Merge branch 'feature/nightly-release' of github.com:wasmerio/wasmer into feature/nightly-release
2019-04-11 14:43:27 -07:00
Lachlan Sneff
9b7ee691eb
Merge branch 'master' into feature/nightly-release
2019-04-11 14:43:17 -07:00
Lachlan Sneff
688b6cae26
Merge branch 'master' into feature/nightly-release
2019-04-11 14:36:18 -07:00
Lachlan Sneff
4740b2467f
Add backend selection to cli
2019-04-11 14:34:54 -07:00
bors[bot]
1e59968bc0
Merge #345
...
345: Fix llvm unwinding on nightly. r=lachlansneff a=lachlansneff
Co-authored-by: Lachlan Sneff <lachlan.sneff@gmail.com>
2019-04-11 20:18:02 +00:00
Syrus
b724dd0a9b
Fix format
2019-04-11 13:17:19 -07:00
bors[bot]
0cab40876c
Merge #336
...
336: Add Dockerfile and documentation r=xmclark a=bjfish
See `docs/dockerfile.md` below for description.
Co-authored-by: Brandon Fish <brandon.j.fish@gmail.com>
Co-authored-by: Brandon Fish <bjfish@users.noreply.github.com>
2019-04-11 19:44:28 +00:00
Syrus
d67bfdb2c5
Renamed dynasm backend to singlepass
2019-04-11 12:44:03 -07:00
Brandon Fish
ed23344012
Merge branch 'master' into feature/dockerfile
2019-04-11 14:16:22 -05:00
Lachlan Sneff
60ac7a5b49
Remove unneeded semicolon
2019-04-11 12:13:36 -07:00
Lachlan Sneff
c898439817
Add well placed unwind(allowed) attribute
2019-04-11 12:07:54 -07:00
Syrus
1f06e90729
Use better key for caching
2019-04-11 11:51:28 -07:00
Syrus
e986553d8b
Improved CircleCI config, use rust nightly for release
2019-04-11 11:44:07 -07:00
Syrus
71aaf2d3f8
Updated cargo
2019-04-11 11:40:23 -07:00
bors[bot]
81fcecd705
Merge #290
...
290: Assembler API for the single-pass backend. r=syrusakbary a=losfair
Co-authored-by: losfair <zhy20000919@hotmail.com>
2019-04-11 18:07:58 +00:00