Commit Graph

3495 Commits

Author SHA1 Message Date
Syrus
c4d1319e91 Fixed C# latest release 2019-09-01 02:03:55 -07:00
Syrus
9a8ad760dc Fixed Rust crates link 2019-09-01 02:02:39 -07:00
Syrus
081eeef37c Improved package links 2019-09-01 02:01:27 -07:00
Syrus
186ccccb99 Trying to improve the readme 2019-09-01 01:56:23 -07:00
Syrus
44f9c7da83 Fixed table 2019-09-01 01:42:13 -07:00
Syrus
c7b3d72e6f Fixed table 2019-09-01 01:41:17 -07:00
Syrus
0361ce1a98 Fixed logo issues 2019-09-01 01:40:48 -07:00
Syrus
dfa20e219d Fixed logos 2019-09-01 01:36:09 -07:00
Syrus
2b7e14723c Improved README 2019-09-01 01:33:38 -07:00
Syrus Akbary
522b6f93a4
Merge branch 'master' into Hywan-patch-1 2019-09-01 01:11:12 -07:00
Syrus
19a7301b07 Trying to improve pipelines 2019-09-01 00:53:41 -07:00
Syrus Akbary
b48766535a
Merge branch 'master' into feature/serialization-of-wasi-state 2019-09-01 00:05:00 -07:00
Syrus Akbary
329b283937
Merge pull request #656 from wasmerio/feature/azure-pipelines
Initial version of Azure pipelines
2019-08-31 23:51:37 -07:00
Syrus
025d548090 Trying to improve conditions of pipelines 2019-08-31 23:49:30 -07:00
Syrus
5d1837b0c1 Trigger only on the following branches 2019-08-31 23:39:35 -07:00
Syrus
9a6c7ed2eb Updated azure pipelines 2019-08-31 23:34:06 -07:00
Syrus
b84287f7a7 Use azure-pipelines in bors 2019-08-31 23:17:31 -07:00
Syrus
4ac4be283a Added changelog checks 2019-08-31 23:15:48 -07:00
Syrus
77518a927f Fixed artifact releases 2019-08-31 21:49:57 -07:00
Syrus
1a1b9667d0 Removed circleci and appveyor configs 2019-08-31 21:30:49 -07:00
Syrus
5c2707a474 Fixed names 2019-08-31 21:30:20 -07:00
Syrus
576f8d5cf4 Fixed githubConnection 2019-08-31 21:25:09 -07:00
Syrus
c47c8a4cec Separated C-API from CLI. Format pipelines 2019-08-31 21:19:50 -07:00
Syrus
74065ac171 Fixed publish dependency 2019-08-31 21:14:01 -07:00
Syrus
e8d666e321 Updated status badges 2019-08-31 21:13:46 -07:00
Syrus
d2eb01f967 Updated azure pipelines with github publish 2019-08-31 21:12:55 -07:00
Ivan Enderlin
094ae51a14
doc(readme) Improve the language integrations
This patch changes the list of language integrations into a table, which includes:

* The author of the language integrations (to show whether its community-made),
* The maintenance status (based on Cargo vocabulary),
* Last release badge,
* Number of Github stars.
2019-08-30 12:07:16 +02:00
bors[bot]
6d351b514c
Merge #733
733: Split middleware-common tests into separate subcrate r=MarkMcCaskey a=MarkMcCaskey

New depgraph:
![wasmer_depgraph](https://user-images.githubusercontent.com/5770194/63965617-8719c000-cad4-11e9-8d46-ad8799caad6a.png)


Co-authored-by: Mark McCaskey <mark@wasmer.io>
2019-08-29 20:48:53 +00:00
Mark McCaskey
8b32a838f7
Merge branch 'master' into feature/serialization-of-wasi-state 2019-08-30 05:16:50 +09:00
Mark McCaskey
91b199fe12 Split middleware-common tests into separate subcrate 2019-08-29 11:14:57 -07:00
bors[bot]
569d0386a9
Merge #732
732: Remove fd_entry lookup on stdin,out,err for wasi::poll_oneoff r=MarkMcCaskey a=MarkMcCaskey



Co-authored-by: Mark McCaskey <mark@wasmer.io>
2019-08-29 17:55:36 +00:00
Mark McCaskey
7027d7b2c8 Improve code reuse in polling, reduce cfg usage too 2019-08-29 10:54:27 -07:00
Mark McCaskey
fba6dbff78 Add tests for stdin, stdout, stderr; implement bytes_available too 2019-08-29 10:42:38 -07:00
Syrus
366c6e1efb Improved Azure Pipelines to make the releases 2019-08-28 17:53:33 -07:00
Syrus
a31dae2bf2 Trying to improve InnoSetup 2019-08-28 17:38:01 -07:00
Mark McCaskey
0776da7e22 Remove fd_entry lookup on stdin,out,err for wasi::poll_oneoff 2019-08-28 16:14:14 -07:00
bors[bot]
5205adabf5
Merge #731
731: Always flush when writing, even if we get invalid pointers r=MarkMcCaskey a=MarkMcCaskey

Not exactly an "invalid pointer" but, we were seeing an iovec of length 0 passed in which was causing `__WASI_EFAULT` which was preventing things from flushing properly.

While I was fixing this, I decided to clean it up and make the behavior more obvious by creating a wrapper function.

Co-authored-by: Mark McCaskey <mark@wasmer.io>
2019-08-28 22:19:16 +00:00
Mark McCaskey
6767087004 Always flush when writing, even if we get invalid pointers 2019-08-28 15:13:30 -07:00
Mark McCaskey
48509e97bd Update plugin example to use serde and typetag for WASI 2019-08-28 14:47:38 -07:00
Mark McCaskey
e4a51484a7 Add wasitests-setup to unit testing because it runs other tests 2019-08-28 13:36:30 -07:00
Mark McCaskey
8a2dba534a Improve error handling, fix probable lifetime issue 2019-08-28 13:19:06 -07:00
Syrus Akbary
7d05d3c0b8
Added wasmr (wasmer in R) to the language integrations 2019-08-28 13:05:48 -07:00
Mark McCaskey
a188e7f652 Add debug code for CI 2019-08-28 11:19:59 -07:00
Mark McCaskey
634aca8b9d Add WASI serializing test 2019-08-28 10:50:59 -07:00
Mark McCaskey
e88a08f973 Use typetag so that we can still use serde 2019-08-27 15:18:12 -07:00
bors[bot]
6892a586b7
Merge #729
729: Add comment explaining why WasmHash is implemented the way it is r=MarkMcCaskey a=MarkMcCaskey



Co-authored-by: Mark McCaskey <mark@wasmer.io>
2019-08-27 21:29:52 +00:00
Mark McCaskey
538bba5638 Add comment explaining why WasmHash is implemented the way it is 2019-08-27 11:50:03 -07:00
Mark McCaskey
51faeed2cf Add serialization for WASI state - wip 2019-08-26 17:11:56 -07:00
Syrus
8dc8291500 Fixed innosetup install 2019-08-25 19:37:35 -07:00
Syrus
1dde19cc83 Added InnoSetup 2019-08-25 19:32:34 -07:00