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
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
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
e2cd9a97ce
Fixed all linting errors
2024-02-07 14:06:26 +01:00
4ea7827926
deps: Upgrade wasmparser to 0.121.0
2024-01-31 16:52:41 +01: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
abe6691339
Merge remote-tracking branch 'origin/master' into dcgi
2023-11-23 17:27:43 +11:00
51cd5c0979
Move enumset min version to workspace
2023-11-20 09:02:42 +01:00
e36b898895
Added an event for process exit and a module hash to validate the same memory can be used
2023-11-20 16:54:31 +11:00
f468003e1c
Bump min enumset version to 1.1.0
...
The symbol `enumset::__internal::EnumSetTypeRepr` used in types was only
made public in 1.1.0:
https://github.com/Lymia/enumset/compare/v1.0.13...v1.1.0
2023-11-19 02:24:05 +01: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
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
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
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
405a4e6a3e
More lint fixes and a compilation fix for c_api
2023-07-26 22:46:23 +10:00
c8375d38e5
Added a forced shutdown on tokio runtimes as the STDIN blocks the shutdown
2023-07-26 22:27:53 +10: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
09ee5432a2
Merge branch 'master' into asynchronous-io-with-fs-fixes
2023-07-21 09:33:58 +10:00
886b6bf089
Add C API function to create module from engine instead of store
2023-07-17 17:56:49 +01:00
d38f20daab
Merge branch 'master' into asynchronous-io-with-fs-fixes
2023-07-12 09:56:09 +02:00
935fc09e1b
Enable the doc_cfg feature when running on docs.rs
2023-07-10 12:58:06 +08:00
e1202f3a75
Merge branch 'asynchronous-io' into asynchronous-io-with-fs-fixes
2023-07-01 14:58:45 +10:00
eab445c752
Fixed CAPI, by transfering ownership of tokio runtime to wasi_env from wasi_config at creation
2023-06-30 17:00:04 +02:00
cd5c7a14c2
Fixed lint
2023-06-28 18:20:56 +02:00
d94b09649d
Better fix for wasi_wast and the C-API
2023-06-28 18:11:32 +02:00
a65a3a331c
This should fix the C-API tests, but will not allows some wasix calls to run on C-API
2023-06-28 15:17:59 +02:00
87be930f68
Merge branch 'master' into asynchronous-io
2023-06-28 13:05:19 +02:00
4d707c150d
Fixes for the integration and unit tests
2023-06-28 13:17:02 +10:00
0aca4c22ab
Disable unused cbindgen feature
2023-06-28 06:51:39 +09:00
45825d7be4
Fixed an issue where capi did not have a tokio runtime
2023-06-27 15:18:20 +10:00
fab5c7b3dc
Fixes for capi
2023-06-27 12:47:10 +10:00
0a8d91d7d6
chore: remove redundant webc_runner[_wasi] features
...
Remove he webc_runner and webc_runner_rt_wasi features from the wasmer_wasix crate.
These features do not require any additional dependencies, and just add
complexity for no good reason.
There was historical motivation for these features, because the
wasmer::Engine did not support module compilation on all target
architectures in the past, but now it is no longer neccessary.
2023-06-22 18:05:33 +02:00
98d40c25fc
Bumped v0.x crates too
2023-06-22 14:09:14 +02:00
aa20e707f3
Release 4.0.0
2023-06-22 13:50:31 +02:00
c96f74a7af
Update 0.x crates version
2023-06-15 11:42:35 +02:00