866d86ccf7
Update 0.x package versions
2024-04-05 19:15:29 +03:30
a180dade7f
Release 4.2.8
2024-04-05 18:45:47 +03:30
c09b105460
Merge branch 'master' into dproxy
2024-03-21 09:35:35 +11:00
cfc80c82b6
Update 0.x package versions
2024-03-19 11:44:09 +03:30
b5000207b4
Release 4.2.7
2024-03-19 11:44:09 +03:30
03678c9deb
Merge branch 'master' into dproxy
2024-03-11 18:39:39 +11:00
b7f156dd39
Merge branch 'master' into wasix-http-client-remove-full
2024-03-05 02:02:48 -08:00
03ca2dc7ea
Update 0.x package versions
2024-03-03 11:46:58 +03:30
209968b205
Release 4.2.6
2024-03-03 11:26:50 +03:30
6ff2f3c194
chore: Completely remove wasix_http_client
...
Followup to a previous removal commit.
This now completely removes all usage of wasix_http_client.
(exported definitions, implementations, etc)
2024-03-01 14:11:56 +01:00
1ee23929d2
Merge branch 'master' into dproxy
2024-02-28 10:09:18 +11:00
fc85d902ea
More linting fixes
2024-02-26 17:56:29 +11:00
8c34c6cead
docs: Update REAMDE for wasmer-wasix-types
2024-02-25 15:22:12 +01:00
0ab7693721
chore: Remove WAI codegen from wasmer-wasix-types
...
The WAI schema based code generation was used previously, but has not
been functioning for quite a while.
We have lots of manually defined types instead.
The codegen also required heavy patching to work in the first place.
Since this is a dead end, the automatic codegen is removed, since it is
dead code.
2024-02-25 15:20:04 +01:00
d93a2fd954
Added extra data for the threads so they can be more easily recreated
2024-02-08 20:40:48 +11:00
0a32ca701a
Merge remote-tracking branch 'origin/master' into dcgi
2023-12-23 20:51:47 +11:00
04c49aee4e
Update 0.x package versions
2023-12-23 12:12:20 +03:30
893f96acae
Release 4.2.5
2023-12-23 11:45:27 +03:30
7d796101f7
Merge remote-tracking branch 'origin/master' into dcgi
2023-12-20 11:45:27 +11:00
4d63febf9d
Release 4.2.4 ( #4337 )
2023-11-30 21:16:20 +03:30
e4fc594cc2
Finished the compactor and added CLI
2023-11-23 17:23:48 +11:00
cbfd16706a
Added unit tests for the journal and fixed the rkyv serializer
2023-11-22 14:13:56 +11:00
8a9d5a8600
Added events for ports and sockets
2023-11-21 06:53:21 +11:00
9cd4c44656
More cleanup of the CLI and naming
2023-11-20 14:18:52 +11:00
2f4baeb984
More clippy fixes
2023-11-20 13:23:34 +11:00
7cef3703b7
Merge remote-tracking branch 'origin/master' into dcgi
2023-11-12 06:00:24 +11:00
3efa30e270
Added intercept and replay calls for all the major file system operations
2023-11-12 04:14:43 +11:00
cbf29c7723
Update 0.x package versions
2023-10-26 20:10:07 +03:30
3068bf9363
Release 4.2.3
2023-10-26 18:19:08 +03:30
be7e04e0f9
Update package versions
2023-10-04 17:23:04 +03:30
c3f215859d
Release 4.2.2
2023-10-04 17:06:23 +03:30
afaa023414
Merge pull request #4206 from g-bartoszek/fix-stdio-enum
...
Remove StdioMode::Reserved variant
2023-10-02 19:37:41 +02:00
9302066d32
Update package versions
2023-09-28 16:37:08 +04:00
1f7004d659
Release 4.2.1
2023-09-28 16:15:57 +04:00
a5931a1642
Remove StdioMode::Reserved variant
2023-09-08 11:37:09 +02:00
94f27f81f6
Stability improvements ( #4204 )
...
* Fixed an issue where the socket address family was being corrupted due
to padding fields being incorrect used.
* Added a comment
* Faster compiles for debug by using release version of cranelift
* Added additional fixes for some missing parts of sockets
* Fixed a blocking issue inside an async and added sha256 caching of webc files
* Faster checksums for debug
* Removed error messages when a WASI instance shuts down and doing cleanups in parallel
* Reduced the logging level on WasiEnv cleanup code
* Fixed linter, wasi-web build, Windows build, the tests failling because of the lack of tockio multi threaded runtime and test-js
---------
Co-authored-by: ptitSeb <sebastien.chev@gmail.com >
2023-09-06 16:45:51 +02:00
524c94c71f
Bumped 0.x crates and downgrade a few other cratest that needed rust 1.70
2023-09-05 15:41:51 +02:00
6213c0d8e5
Release 4.2.0
2023-09-05 15:08:50 +02:00
771014d2db
Bumped v0.x crate version
2023-08-21 15:01:10 +02:00
729f0f268c
Release 4.1.2
2023-08-21 14:45:24 +02:00
a4fad50160
Update to time 0.3
2023-08-08 07:57:54 +09:00
0bd4b48691
Release 4.1.1 ( #4124 )
...
* Update CHANGELOG
* Release 4.1.1
* Added manual sectionin CHANGELOG.md
* Bumped 0.x crates
2023-08-03 17:43:16 +02:00
01b1c4b705
Bumped the 0.x wasmer crates
2023-07-24 18:12:28 +02:00
92a829062b
Release 4.1.0
2023-07-24 17:28:57 +02:00
655e878283
Fix so that the type conversions do not trigger a panic
2023-07-13 00:52:14 +10:00
cab3479fc1
Merge branch 'asynchronous-io-with-fs-fixes' of github.com:wasmerio/wasmer into asynchronous-io-with-fs-fixes
2023-07-12 23:35:57 +10:00
82034be205
Fixed an issue where the socket address family was being corrupted due
...
to padding fields being incorrect used.
2023-07-12 23:35:05 +10:00
d38f20daab
Merge branch 'master' into asynchronous-io-with-fs-fixes
2023-07-12 09:56:09 +02:00
c4541be53b
Make sure docs.rs enables #[cfg(docsrs)] when building docs
2023-07-10 13:07:40 +08:00
935fc09e1b
Enable the doc_cfg feature when running on docs.rs
2023-07-10 12:58:06 +08:00