82cc3c94a6
Release 4.0.0-beta.3
2023-06-15 10:52:03 +02:00
18ab43bc60
Release 4.0.0-beta.2 ( #3982 )
...
* Update CHANGELOG
* Release 4.0.0-beta.2
* Manual Changelog for beta.2
* Updated 0.x crates when needed
* Bumped wasmer-registry crate to 5.0, there have been some breaking changes
2023-06-09 16:46:28 +02:00
c23ed084ce
chore: Rename wasi dir to wasiX
...
Synchronise the crate name with the directory structure.
Also had to move the lib/wasix/wasix-http-client dir one layer up.
Closes #3785
2023-06-07 10:39:42 +02:00
c4a92c48de
Lints
2023-06-02 15:46:49 +08:00
d48feae6c7
Update v0.x crate version
2023-06-01 19:32:11 +02:00
4bdba31247
Release 4.0.0-beta.1
2023-06-01 19:06:00 +02:00
3800f200ae
Resolve more clippy errors
2023-05-29 21:15:29 +08:00
ce41932ede
Switch all crates over to using the [workspace.package] metadata
2023-05-29 21:08:41 +08:00
36b077d34b
Release 4.0.0-alpha.1 ( #3912 )
...
* Release 4.0.0-alpha.1
2023-05-25 17:30:02 +02:00
84791bdbc3
Fixed linting
2023-05-25 11:59:34 +02:00
1b0dbc2d4f
refactor: Align virtual-fs and virtual-net directories with crate names
...
Partial solution for #3785
NOTE: this PR does not yet rename wasi to wasix, because some other
larger feature work is pending that should be merged first to avoid
conflicts.
2023-05-16 08:51:08 +00:00
b4a4372393
Support static linking on Windows ( #3859 )
...
Static lib define
2023-05-14 17:58:38 +02:00
a32fb73917
Support MinGW ( #3849 )
...
Co-authored-by: ptitSeb <sebastien.chev@gmail.com >
2023-05-09 19:21:59 +00:00
5eeda455a4
Release 3.3.0 ( #3842 )
...
* Update CHANGELOG
* Release 3.3.0
* Added sumup of the version in CHANGELOG.md
* Update other crate versions
2023-05-03 09:26:36 +00:00
12862e2c57
Make all tests pass
2023-04-24 19:56:20 -07:00
0497c6c3cb
Skip message validation in c examples
2023-04-24 19:46:15 -07:00
040c38c37e
Allow frames in wasm-c-api always
2023-04-24 19:11:26 -07:00
1cc7d2471b
Merge branch 'better-errors' into jsc
...
# Conflicts:
# Cargo.lock
# Cargo.toml
# lib/api/src/errors.rs
# lib/api/src/lib.rs
# lib/cli/Cargo.toml
2023-04-22 19:44:14 -07:00
a19ffa2769
Moved FrameInfo into wasmer types
2023-04-21 20:21:41 -07:00
74fe894c07
Release 3.2.1 ( #3809 )
...
* Update CHANGELOG
* Release 3.2.1
* Added a manual ChangeLog
* Increment 0.x crates versions too
* Fixed a typo in the (short) ChangeLog
2023-04-21 14:06:31 +00:00
d08d3c1c95
Updated the other crates too
2023-04-18 16:53:04 +02:00
7fb7c09080
Release 3.2.0
2023-04-18 16:30:03 +02:00
aa5709ab05
Upgrade to webc v5.0.0
2023-04-18 19:25:20 +08:00
957d056ab3
Merge branch 'master' into jsc
2023-04-14 11:13:26 -07:00
0f067df42b
Bump to the latest webc version
2023-04-13 23:44:21 +08:00
3ea5eb0965
Merge branch 'wasi-no-vm' into shared-jsc-dash-fixes-and-pthreads
...
# Conflicts:
# tests/integration/cli/tests/snapshot.rs
2023-04-07 23:36:05 -07:00
72653429e3
Merge branch 'master' into shared-jsc-dash-fixes-and-pthreads
...
# Conflicts:
# Cargo.toml
# lib/cli/Cargo.toml
2023-04-07 21:05:23 -07:00
164c6e2393
Upgrade webc from webc 5.0.0-rc.5 to webc 5.0.0-rc.6
2023-04-07 11:07:53 +10:00
8dbc260aae
Foxed to use crate webc 5.0.0-rc.5 exactly
2023-04-05 13:53:29 +02:00
e40c6a4177
Release 3.2.0-beta.2
2023-04-05 13:25:40 +02:00
c145390caa
Bumped crates version pre-beta.2 release ( #3743 )
2023-04-05 10:45:13 +00:00
c5bc8ae72a
Merge branch 'master' into shared-jsc-dash-fixes-and-pthreads
...
# Conflicts:
# Cargo.toml
# lib/api/src/engine.rs
# lib/api/src/imports.rs
# lib/cli/Cargo.toml
# lib/wasi/src/runtime/mod.rs
2023-03-31 18:18:24 -07:00
1031b9b1b5
Merge branch 'master' into master-with-fixes
...
# Conflicts:
# lib/c-api/Cargo.toml
# lib/cache/Cargo.toml
# lib/cli/Cargo.toml
# lib/emscripten/Cargo.toml
# lib/wasi/Cargo.toml
2023-03-26 19:55:33 -07:00
d58d158897
Release 3.2.0-beta.1
2023-03-22 19:14:57 +01:00
ab2f65c143
Added integration tests for run2
2023-03-22 01:23:35 +08:00
06a4daede7
Revert some unnecessary Cargo.toml formatting
2023-03-22 01:23:35 +08:00
b0e182aa7c
We can run a WCGI server locally!
2023-03-22 01:23:34 +08:00
414146c36b
Fix the C API crate
2023-03-22 01:23:34 +08:00
db2a66110c
Miscellaneous refactoring and tidy-ups
2023-03-22 01:23:34 +08:00
0624c058f2
Merge branch 'shared-dash-fixes-and-pthreads' into shared-jsc-dash-fixes-and-pthreads
...
# Conflicts:
# lib/c-api/Cargo.toml
# lib/cli/Cargo.toml
# lib/wasi/Cargo.toml
# lib/wasi/src/runtime/mod.rs
2023-03-16 18:16:56 -07:00
72c9d7394f
Fixed sys/js misused features in wasmer
2023-03-16 14:25:42 -07:00
3e4d5519e2
Merge branch 'master' into api-jsc
...
# Conflicts:
# examples/wasi.rs
# examples/wasi_manual_setup.rs
# examples/wasi_pipes.rs
# lib/cli/Cargo.toml
# lib/wasi/Cargo.toml
2023-03-16 13:54:34 -07:00
918398a647
Merge branch 'master' into api-jsc
2023-03-16 06:00:39 -07:00
58828dff3d
Improved dependencies
2023-03-16 05:44:04 -07:00
cd81d12b90
Improved capi
2023-03-16 05:35:55 -07:00
038ce54847
Improved c-api features
2023-03-16 05:28:05 -07:00
57c32f845d
Added commant to the capi
2023-03-16 04:53:02 -07:00
d6981ae3a9
Moved vnet-host functions inside virtual-net
2023-03-16 10:56:51 +01:00
f59ab5caee
Renamed virtfs to virtual-fs and virtnet to virtual-net
2023-03-16 09:29:51 +01:00
21b0bb6c2e
Merge branch 'master' into rename_crates
2023-03-15 14:22:04 +01:00