191 Commits

Author SHA1 Message Date
Mark McCaskey
403d4b4c8b
Merge branch 'master' into feature/update-api 2020-03-30 17:40:18 -07:00
Mark McCaskey
c14c88fb72 Improve high level API test 2020-03-25 16:14:04 -07:00
YAMAMOTO Yuji
056e9cf88c
Add the android test script to the CI pipeline 2020-03-23 11:55:33 +09:00
Mark McCaskey
a7ddae13d8 Fix OSX static library packaging 2020-03-18 13:03:33 -07:00
Mark McCaskey
6a5efcda98 Update wasi-tests to test multiple versions of WASI
This change also cleans up the `wasi-test` generation a bit.  It's
actually still really, really messy, but at least now it's split up
into easier to understand chunks.

There's still a lot of low-hanging fruit in terms of improving the
readibilty and maintainability of the code.
2020-03-13 15:41:50 -07:00
Mark McCaskey
9d6681006d Fix wax command packaging for install script 2020-03-11 15:54:45 -07:00
Syrus
a4a90dfcd8 Fixed WAPM version 2020-03-10 21:38:17 -07:00
Syrus
f2c5f88b21 Added wax symlink 2020-03-10 18:24:10 -07:00
Syrus
80f7e98651 Moved build wapm into Makefile 2020-02-28 11:11:31 -08:00
Mark McCaskey
91808b9df2 Update test-rest to explicitly test each crate 2020-02-27 14:22:26 -08:00
Mark McCaskey
3d6e915108
Merge branch 'master' into feature/debug-prototype2 2020-02-20 17:48:02 -08:00
Syrus
25eb86afe3 Remove make wapm from Makefile 2020-02-20 15:10:57 -08:00
Syrus
69d88ced53 Make commands more clear 2020-02-20 11:59:44 -08:00
Syrus
38830ed8e5 Fixed unused cd 2020-02-20 11:56:47 -08:00
Syrus
c8df4fb5da Removed empty lines 2020-02-20 11:25:46 -08:00
Syrus
aa0f33203c Reuse doc file for capi docs 2020-02-20 11:24:54 -08:00
Syrus
b31d8d73d8 Fixed windows library 2020-02-19 21:39:47 -08:00
Syrus
40fb54c58f Improved Wasmer C API artifacts 2020-02-19 18:54:32 -08:00
Mark McCaskey
64cc59179a
Merge branch 'master' into feature/debug-prototype2 2020-02-19 16:13:35 -08:00
Mark McCaskey
3653a448f5 Clean up code, add documentation, implement pieces properly 2020-02-18 16:51:02 -08:00
Ivan Enderlin
07ba2c82b9 test(interface-types) Add wasmer-interface-types to make check. 2020-02-13 15:38:35 +01:00
Mark McCaskey
491ba27528 Update Rust version used to build docs to be consistent 2020-02-11 10:41:17 -08:00
Syrus Akbary
5b8c44c529 Try to fix docs generation 2020-02-07 22:30:51 -08:00
Nick Lewycky
0a89c8188c Include implementation details when generating our documentation.
In passing, replace deprecated flag --all with equivalent flag --workspace.
2020-02-07 11:48:45 -08:00
losfair
5119fb3d68 Add musl build target for CI. 2020-01-29 01:07:55 +08:00
bors[bot]
6514e57b6f
Merge #760
760: Add Publish_Docs stage, make it push to a fake gh-pages branch for testing whenever master is updated. r=syrusakbary a=nlewycky

bors r-

Co-authored-by: Nick Lewycky <nick@wasmer.io>
Co-authored-by: Syrus <me@syrusakbary.com>
Co-authored-by: Azure Pipelines <azuredevops@microsoft.com>
2020-01-15 12:58:13 +00:00
Syrus
e84753eec2 Removed circleci-clean from makefile 2020-01-15 13:57:08 +01:00
Syrus
02dc47297f Changed from rust to crates 2020-01-15 13:21:05 +01:00
Syrus
991a777f72 Only commit if there are files to commit 2020-01-15 12:43:58 +01:00
Syrus
5a6afe4e68 Fixed makefile 2020-01-15 12:32:27 +01:00
Syrus
943dc7d868 Fixed mkdir 2020-01-15 11:04:00 +01:00
Syrus
47d38c9759 Trying to debug the issue 2020-01-15 11:01:22 +01:00
Syrus
ab77433128 Fixed redirect url 2020-01-15 10:45:47 +01:00
Mark McCaskey
39025d0205 Check if printing to a terminal for color output 2020-01-14 13:50:48 -08:00
Mark McCaskey
12f7416a85 Update logging to use log, add command line flag to toggle it 2020-01-14 12:41:46 -08:00
Syrus
a54b95e3f4 Fix copying files 2020-01-14 19:32:00 +01:00
Syrus
d2097aa92d trying more 2020-01-14 18:58:02 +01:00
Syrus
5403b9822b Fixed makefile 2020-01-14 18:54:11 +01:00
Syrus
d0e9161104 Trying to test docs 2020-01-14 18:51:26 +01:00
Syrus
52f45455f3 Try cargo doc all 2020-01-14 16:38:23 +01:00
Syrus
46b6601488 Fixed cargo doc to document only local packages 2020-01-14 16:31:44 +01:00
Syrus
34e01bbf0b Trying to fix api-docs publishing 2020-01-14 13:49:20 +01:00
Syrus
5c5bf311ce Trying to fix building docs 2020-01-14 13:35:06 +01:00
Syrus
220bbc9563 Trying to improve docs build pipeline 2020-01-14 13:17:47 +01:00
Syrus
13de911759 Merge branch 'master' into feature/auto-doc-update
# Conflicts:
#	Makefile
2020-01-14 12:10:10 +01:00
Syrus
ee6949bcb4 Add checks back into makefile 2020-01-07 16:13:33 +01:00
Syrus
720d4ec99c Fix checks on binary 2020-01-07 16:13:33 +01:00
Syrus
0cb3df256d Removed unnecessary checks 2020-01-07 16:12:39 +01:00
Mark McCaskey
ca52265a1c Fix plugin example, add examples to test recipe 2019-12-19 16:32:28 -05:00
Mark McCaskey
81ece2bf7a Enable IO devices for CI's build 2019-12-18 16:31:40 -05:00