Commit Graph

14 Commits

Author SHA1 Message Date
Felix Schütt
67d650146c cargo clippy --fix 2022-10-14 13:00:55 +02:00
Felix Schütt
0e5b55f845 Set blocking = false for all tests 2022-09-19 14:19:16 +02:00
Felix Schütt
8aa69d2b63 Try fixing failing JS tests 2022-09-19 14:17:10 +02:00
Felix Schütt
72acbc8f93 cargo fmt 2022-09-19 12:28:27 +02:00
Felix Schütt
64399973e3 Reexport WasiBidirectionalSharedPipePair as Pipe 2022-09-19 11:39:00 +02:00
Felix Schütt
0e53d2d19b Rename WasiPipePair -> WasiBidirectionalPipePair 2022-09-19 11:17:29 +02:00
Felix Schütt
c4a16ae682 Fix WasiPipe + examples 2022-09-09 15:31:57 +02:00
Felix Schütt
6b6785ba69 Fix "make lint" 2022-09-09 13:51:20 +02:00
Felix Schütt
1f4c46bf58 Fix stdio tests for WasiPipe (currently still failing) 2022-09-07 17:50:17 +02:00
Syrus Akbary
a419ccdf52 Move Webassembly objects to Store and remove Context
Co-authored-by: ptitSeb <sebastien.chev@gmail.com>
Co-authored-by: Manos Pitsidianakis <manos@wasmer.io>
2022-07-19 15:31:51 +03:00
Manos Pitsidianakis
6c089bbc45 Port JS API to new Context API 2022-07-19 15:31:51 +03:00
ptitSeb
0cd9dfe3e0 Fixed linter warnings/errors 2022-06-15 19:26:57 +03:00
Johnathan Sharratt
b0709e4153 Implemented multithreading and fixed a number of bugs with WASIX 2022-06-15 19:26:57 +03:00
John Sharratt's Shared Account
7bf6d30459 Added stdin, stdout and stderr methods to WasiState for wasmer consumers
And converted the WASI js test into a generic stdio test that works for
both sys and js versions of wasmer (also fixed the tests)
2022-06-15 19:26:57 +03:00