Commit Graph

92 Commits

Author SHA1 Message Date
Rafael Fernández López
59ff74f36d wasmtime: 23.0.1 -> 24.0.0 2024-08-21 20:18:11 +02:00
R. Ryantm
4acb6adf1d wasmtime: 22.0.0 -> 23.0.1 2024-07-22 19:55:01 +00:00
R. Ryantm
e47dcab3a4 wasmtime: 21.0.1 -> 22.0.0 2024-06-20 19:01:31 +00:00
Rafael Fernández López
ebf78adbd0
wasmtime: 21.0.0 -> 21.0.1 2024-06-05 15:17:18 +02:00
Bas van Dijk
cbb848547a wasmtime: disable checks on all aarch64 platforms 2024-05-25 00:28:13 +02:00
Bas van Dijk
cca07f139d wasmtime: fix build on aarch64-darwin
The check phase fails on aarch64-darwin because of:

```
$ nix-build -A wasmtime
...
buildPhase completed in 1 minutes 41 seconds
Running phase: checkPhase
Executing cargoCheckHook
++ cargo test -j 10 --profile release --target aarch64-apple-darwin --frozen -- --test-threads=10
...
       >   error: linker `rust-lld` not found
       >     |
       >     = note: No such file or directory (os error 2)
       >
       >   error: could not compile `wasi-preview1-component-adapter` (lib) due to 1 previous error
```

I tried to bring `lld` into scope and set `RUSTFLAGS = "-C linker=lld`
but I couldn't get the tests to build. So I just disabled them on aarch64-darwin.
2024-05-25 00:12:37 +02:00
Rafael Fernández López
a6adf126b2
wasmtime: 20.0.2 -> 21.0.0 (#313230) 2024-05-22 16:59:28 +00:00
Rafael Fernández López
d78764a623
wasmtime: 20.0.1 -> 20.0.2 2024-05-08 20:51:39 +02:00
Rafael Fernández López
abf0d76426 wasmtime: 20.0.0 -> 20.0.1 2024-05-03 19:31:05 +02:00
Rafael Fernández López
a71a9aea0c wasmtime: 19.0.2 -> 20.0.0 2024-04-23 00:16:00 +02:00
Rafael Fernández López
2b2b9dd4eb
wasmtime: 19.0.1 -> 19.0.2 2024-04-11 22:39:45 +02:00
Rafael Fernández López
97abfb223c
wasmtime: 18.0.3 -> 19.0.1 2024-04-02 21:30:00 +02:00
R. Ryantm
590562d97b wasmtime: 18.0.2 -> 18.0.3 2024-03-13 10:03:43 +00:00
R. Ryantm
ab87c7f141 wasmtime: 18.0.1 -> 18.0.2 2024-02-29 04:51:03 +00:00
R. Ryantm
1b109bf79a wasmtime: 17.0.1 -> 18.0.1 2024-02-20 23:48:15 +00:00
R. Ryantm
d8c4bf32eb wasmtime: 17.0.0 -> 17.0.1 2024-02-08 07:23:03 +00:00
Rafael Fernández López
6f19bb8de4
wasmtime: 16.0.0 -> 17.0.0 2024-01-25 21:56:03 +01:00
Rafael Fernández López
98d33dc1ed
wasmtime: 15.0.1 -> 16.0.0 2023-12-20 22:18:43 +01:00
Rafael Fernández López
339a90f30b
wasmtime: 15.0.0 -> 15.0.1 2023-12-01 20:16:08 +01:00
Rafael Fernández López
db3c02e075 wasmtime: 14.0.4 -> 15.0.0 2023-11-21 11:56:58 +01:00
Rafael Fernández López
5afd529264 wasmtime: 14.0.2 -> 14.0.4 2023-11-03 10:50:11 +01:00
Rafael Fernández López
590cd0ad82
wasmtime: 14.0.1 -> 14.0.2 2023-10-26 18:24:03 +02:00
Rafael Fernández López
109c77608e wasmtime: 13.0.0 -> 14.0.1 2023-10-23 21:37:18 +02:00
Rafael Fernández López
c3aabc31df wasmtime: remove Cargo.toml patch due to cargo-auditable 2023-10-16 18:22:30 +02:00
Rafael Fernández López
fc5941fad3
wasmtime: 12.0.1 -> 13.0.0 2023-09-21 23:40:36 +02:00
Rafael Fernández López
884c080079 wasmtime: fix build due to cargo-auditable issue
`cargo-auditable` is not able to process the `c-api` crate
`Cargo.toml` due to the inclusion of the new `dep:` keyword in crate
features.
2023-09-04 15:50:17 +02:00
Rafael Fernández López
c774901f15 wasmtime: 12.0.0 -> 12.0.1 2023-08-25 22:52:53 +02:00
Rafael Fernández López
1f5fcea4fc wasmtime: 11.0.1 -> 12.0.0 2023-08-22 18:27:52 +02:00
Rafael Fernández López
47f75ef1bf
wasmtime: 11.0.0 -> 11.0.1 2023-07-27 23:07:35 +02:00
Rafael Fernández López
03049a56e0
wasmtime: 10.0.1 -> 11.0.0 2023-07-22 17:36:33 +02:00
R. Ryantm
a39736aa4c wasmtime: 9.0.4 -> 10.0.1 2023-06-24 05:52:46 +00:00
Rafael Fernández López
566e9319a8
wasmtime: 9.0.3 -> 9.0.4 2023-06-15 23:22:15 +02:00
R. Ryantm
39e30fa40e wasmtime: 9.0.2 -> 9.0.3 2023-06-05 04:33:43 +00:00
Bas van Dijk
ad3402c664 wasmtime: fix lib on darwin
Before:

```
otool -D result-dev/lib/libwasmtime.dylib
result-dev/lib/libwasmtime.dylib:
/private/tmp/nix-build-wasmtime-9.0.2.drv-0/source/target/aarch64-apple-darwin/release/deps/libwasmtime.dylib
```

After:

```
otool -D result-dev/lib/libwasmtime.dylib
result-dev/lib/libwasmtime.dylib:
/nix/store/bz6l7dr60izrq6vga83df9y2p1mgh5hw-wasmtime-9.0.2-dev/lib/libwasmtime.dylib
```
2023-05-29 22:30:29 +02:00
Daniel Nagy
db508e06a1
treewide: add meta.mainProgram and changelog urls (#204317) 2023-05-28 01:31:27 -05:00
Rafael Fernández López
8f73830dbe
wasmtime: 9.0.1 -> 9.0.2 2023-05-27 22:45:30 +02:00
Rafael Fernández López
4907906a88 wasmtime: 9.0.0 -> 9.0.1 2023-05-23 21:42:42 +02:00
Thomas Gerbet
4a01ba47ee wasmtime: 8.0.1 -> 9.0.0
https://github.com/bytecodealliance/wasmtime/blob/v9.0.0/RELEASES.md
2023-05-22 21:57:35 +02:00
Rafael Fernández López
76836deefd wasmtime: run tests depending on the platform features
Run tests depending on the platform features reported by stdenv.
2023-05-19 13:53:42 +00:00
Thomas Gerbet
51ba50985a wasmtime: 8.0.0 -> 8.0.1
Fixes CVE-2023-30624.

https://github.com/bytecodealliance/wasmtime/blob/v8.0.1/RELEASES.md
2023-04-28 10:15:11 +02:00
Jamie Magee
1ad9fb62a9
wasmtime: 7.0.0 -> 8.0.0 2023-04-23 17:25:45 -07:00
Thomas Gerbet
57c69fcbea wasmtime: 6.0.1 -> 7.0.0
b5a2d536ac/RELEASES.md
2023-03-21 07:44:24 +01:00
Thomas Gerbet
b4990c9891 wasmtime: 6.0.0 -> 6.0.1
Fixes CVE-2023-26489 and CVE-2023-27477.

https://github.com/bytecodealliance/wasmtime/blob/v6.0.1/RELEASES.md
2023-03-08 21:53:06 +01:00
R. Ryantm
522098e3b5 wasmtime: 5.0.0 -> 6.0.0 2023-02-25 03:17:27 +00:00
Rafael Fernández López
f329e5f506
wasmtime: 4.0.0 -> 5.0.0 2023-02-06 22:39:23 +01:00
Rafael Fernández López
a8153ecbd8
wasmtime: 3.0.1 -> 4.0.0 2022-12-24 14:06:50 +01:00
R. Ryantm
99b0a7d6ea wasmtime: 3.0.0 -> 3.0.1 2022-12-07 12:34:05 +00:00
R. Ryantm
de50b1dc24 wasmtime: 2.0.2 -> 3.0.0 2022-11-23 12:08:11 +00:00
Rafael Fernández López
2abb7efadb
wasmtime: 2.0.1 -> 2.0.2 2022-11-11 10:53:04 +01:00
R. Ryantm
3023508eba wasmtime: 2.0.0 -> 2.0.1 2022-10-28 00:44:32 +00:00