Commit Graph

58 Commits

Author SHA1 Message Date
7d801491ed chore: Remove wasi-experimental-io-devices
This library was an experiment to provide a simple framebuffer API.
It does not currently compile, and has not done so for over a year.

Removing it reflects the fact that this will not be maintained or
updated in the future.
2024-02-28 13:56:37 +01:00
bb0978df3b Adapted the publishing script (#3843) 2023-05-04 15:43:05 +08:00
7da8f28cd1 Fixed publish script with latest needed changes (#3749)
* Fixed publish script with latest needed changes (exept for wasmer-wasix-experimental-io-devices still not working)

* Use wasmer/sys for the sys feature of wasmer-wasix
2023-04-11 23:31:30 +02:00
c9743a03f1 Fixes post 3.2.0-beta.1 release (but needed for the crates publication) (#3705) 2023-03-23 20:26:50 +01:00
5a05b756c1 Fix publish.py script 2023-01-23 17:57:31 +01:00
f6fc1886ce scripts/publish.py: validate crates version before publishing
Also use extra feature flags if defined in SETTINGS.
2022-08-23 10:57:43 +03:00
54b0e5c2ff scripts/publish.py: replace toposort dependency with python std graphlib module
Python standard library already includes a topological sorter: https://docs.python.org/3/library/graphlib.html

We don't need a third party dependency in scripts/publish.py.

Closes #2965
2022-08-22 15:17:36 +03:00
c570b1471a Bump version to 3.0.0-beta in Cargo manifests 2022-08-08 19:56:35 +03:00
4bd78939be Add wasmer-wasi-local-networking 2022-07-30 11:31:10 +03:00
52a28a3902 Fix lib/vnet to compile, add wasmer-vnet 2022-07-30 11:31:10 +03:00
5b2bc4a760 Export wasmer-vbus properly 2022-07-30 11:31:10 +03:00
436f7edf9b Add feature wasmer/compiler to lib/cache 2022-07-30 11:31:10 +03:00
011d36829a Bump 3.0.0-alpha.3 to 3.0.0-alpha.4 2022-07-30 11:31:08 +03:00
1c3ffffe46 Bump 3.0.0-alpha.2 to 3.0.0-alpha.3 2022-07-30 11:30:45 +03:00
02ee80cf10 Bump version to 3.0.0-alpha.2 2022-07-30 11:30:07 +03:00
6c045bff10 Bump version to 3.0.0-alpha.1 to fix botched compiler crate 2022-07-30 11:29:41 +03:00
7ef989e682 Remove "artifact" crate from release dependency graph 2022-07-30 11:29:11 +03:00
8959008403 Update version to 3.0.0-alpha 2022-07-30 11:29:05 +03:00
8be0089893 Remove engine-staticlib 2022-06-16 16:57:45 +03:00
e9d54e130c Remove engine-dylib 2022-06-16 16:57:45 +03:00
e43f413eee scripts/publish.py: update with new crates/dependencies 2022-06-06 23:39:46 +03:00
33654c1a1d Release version 2.3.0 2022-06-06 22:27:57 +03:00
fe9d2d8d22 Release version 2.2.1 2022-03-15 11:02:31 +00:00
4dd1634218 Release version 2.2.0 2022-02-28 17:19:14 +00:00
15f9d2646f Release version 2.2.0-rc1 2022-02-15 19:10:24 +00:00
4e27e1164c Release version 2.2.0-rc1 2022-01-27 23:59:27 +00:00
ebcea4a5c4 Release v2.1.1 2021-12-21 12:19:50 +01:00
2ace40e68c Add wasmer-wast and wasmer-cli to publish script 2021-12-21 12:19:50 +01:00
c650ffea33 Version 2.1.0 2021-11-30 23:46:54 +00:00
0c0fdad3d2 Prepare for 2.0.0 release 2021-06-15 11:26:46 -07:00
a8d0e11a6f chore: wasmer-wasi-types depends on wasmer-types. 2021-06-10 16:45:22 +02:00
3129b550e5 feat(wasi-types) Extract types from wasi to a new wasi-types crate.
Because we are very likely to re-use those types in other crates (it
already happens in private repos already), we want to extract the WASI
types from the `wasi` crate.

This patch extracts the `wasi/src/syscalls/types.rs` module into its
own `wasi-types` crate. This new crate takes this opportunity to
classify the numerous types in submodules. All exported public types
are flatten.

What's missing is the documentation, let's address in another round of
PR.
2021-06-08 15:13:26 +02:00
80a8658e5a Prepare for 2.0.0-rc2 release 2021-06-03 09:19:16 -07:00
32a38e81fc Add post release fixes
Fixing a few issues I noticed while publishing the crates
2021-06-02 10:00:51 -07:00
5d302f0d4a feat: Rename wasmer-engine-object-file to wasmer-engine-staticlib. 2021-05-31 14:19:14 +02:00
3d66a2e360 feat: Rename wasmer-engine-native to wasmer-engine-dylib. 2021-05-28 14:13:24 +02:00
79d5f20301 feat: Rename wasmer-engine-native to wasmer-engine-shared-object. 2021-05-28 14:13:24 +02:00
e5a784a006 feat: Rename wasmer-engine-jit to wasmer-engine-universal.
This (small) patch renames the `wasmer-engine-jit` crate into
`wasmer-engine-universal`.
2021-05-25 16:12:06 +02:00
9e1cec01be Prepare for 1.0.2 release 2021-02-04 19:44:49 -08:00
50d3b39d81 feat(scripts) Add the WASMER_PUBLISH_SCRIPT_IS_RUNNING env var when running cargo publish. 2021-02-02 14:26:54 +01:00
924ffd8797 Prepare for 1.0.1 release 2021-01-12 08:08:19 -08:00
bc73789cc0 Prepare for 1.0.0 release 2021-01-05 06:21:03 -08:00
2d1c03bea0 Prepare for 1.0.0-rc1 release 2020-12-23 11:17:07 -08:00
dd226b1dab Add fixes from publishing 2020-12-16 10:53:09 -08:00
59df6917d8 Prepare for 1.0.0-beta2 release 2020-12-16 07:41:59 -08:00
57966ac771 Disable rust cache in CI for now 2020-12-02 10:29:25 -08:00
947e7d394f Prepare for 1.0.0-beta1 release 2020-12-01 17:15:46 -08:00
49b0a4a16a Prepare for 1.0.0-alpha5 release. 2020-11-06 11:50:07 -08:00
887e7906a8 No need to sleep between rounds in a dry run. 2020-11-06 11:42:05 -08:00
61c88be863 Prepare for 1.0.0-alpha4 release 2020-10-08 16:47:14 -07:00