about summary refs log tree commit diff
path: root/pkgs/development/interpreters/wasmtime
AgeCommit message (Collapse)AuthorFilesLines
2023-12-20wasmtime: 15.0.1 -> 16.0.0Rafael Fernández López1-3/+3
2023-12-01wasmtime: 15.0.0 -> 15.0.1Rafael Fernández López1-3/+3
2023-11-21wasmtime: 14.0.4 -> 15.0.0Rafael Fernández López1-3/+3
2023-11-03wasmtime: 14.0.2 -> 14.0.4Rafael Fernández López1-3/+3
2023-10-26wasmtime: 14.0.1 -> 14.0.2Rafael Fernández López1-3/+3
2023-10-23wasmtime: 13.0.0 -> 14.0.1Rafael Fernández López1-3/+3
2023-10-16wasmtime: remove Cargo.toml patch due to cargo-auditableRafael Fernández López2-31/+2
2023-09-21wasmtime: 12.0.1 -> 13.0.0Rafael Fernández López1-3/+3
2023-09-04wasmtime: fix build due to cargo-auditable issueRafael Fernández López2-0/+30
`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-08-25wasmtime: 12.0.0 -> 12.0.1Rafael Fernández López1-3/+3
2023-08-22wasmtime: 11.0.1 -> 12.0.0Rafael Fernández López1-3/+4
2023-07-27wasmtime: 11.0.0 -> 11.0.1Rafael Fernández López1-3/+3
2023-07-22wasmtime: 10.0.1 -> 11.0.0Rafael Fernández López1-3/+3
2023-06-24wasmtime: 9.0.4 -> 10.0.1R. Ryantm1-3/+3
2023-06-15wasmtime: 9.0.3 -> 9.0.4Rafael Fernández López1-3/+3
2023-06-05wasmtime: 9.0.2 -> 9.0.3R. Ryantm1-3/+3
2023-05-29wasmtime: fix lib on darwinBas van Dijk1-0/+4
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-28treewide: add meta.mainProgram and changelog urls (#204317)Daniel Nagy1-1/+2
2023-05-27wasmtime: 9.0.1 -> 9.0.2Rafael Fernández López1-3/+3
2023-05-23wasmtime: 9.0.0 -> 9.0.1Rafael Fernández López1-4/+4
2023-05-22wasmtime: 8.0.1 -> 9.0.0Thomas Gerbet1-7/+9
https://github.com/bytecodealliance/wasmtime/blob/v9.0.0/RELEASES.md
2023-05-19wasmtime: run tests depending on the platform featuresRafael Fernández López1-15/+8
Run tests depending on the platform features reported by stdenv.
2023-04-28wasmtime: 8.0.0 -> 8.0.1Thomas Gerbet1-3/+3
Fixes CVE-2023-30624. https://github.com/bytecodealliance/wasmtime/blob/v8.0.1/RELEASES.md
2023-04-23wasmtime: 7.0.0 -> 8.0.0Jamie Magee1-3/+3
2023-03-21wasmtime: 6.0.1 -> 7.0.0Thomas Gerbet1-3/+3
https://github.com/bytecodealliance/wasmtime/blob/b5a2d536acb2a8a8a505116302b36173bb713748/RELEASES.md
2023-03-08wasmtime: 6.0.0 -> 6.0.1Thomas Gerbet1-3/+3
Fixes CVE-2023-26489 and CVE-2023-27477. https://github.com/bytecodealliance/wasmtime/blob/v6.0.1/RELEASES.md
2023-02-25wasmtime: 5.0.0 -> 6.0.0R. Ryantm1-3/+3
2023-02-06wasmtime: 4.0.0 -> 5.0.0Rafael Fernández López1-11/+5
2022-12-24wasmtime: 3.0.1 -> 4.0.0Rafael Fernández López1-3/+3
2022-12-07wasmtime: 3.0.0 -> 3.0.1R. Ryantm1-3/+3
2022-11-23wasmtime: 2.0.2 -> 3.0.0R. Ryantm1-3/+3
2022-11-11wasmtime: 2.0.1 -> 2.0.2Rafael Fernández López1-3/+3
2022-10-28wasmtime: 2.0.0 -> 2.0.1R. Ryantm1-3/+3
2022-10-21wasmtime: 1.0.1 -> 2.0.0Rafael Fernández López1-3/+3
2022-09-27wasmtime: 1.0.0 -> 1.0.1R. Ryantm1-3/+3
2022-09-20wasmtime: 0.40.1 -> 1.0.0Pavol Rusnak1-3/+3
2022-09-01wasmtime: 0.40.0 -> 0.40.1R. Ryantm1-3/+3
2022-08-25wasmtime: build c-api, bump version to 0.40.0Michael Livshin1-3/+22
* build wasmtime c-api libraries & headers as the "dev" output. * bump wasmtime source version to 0.40.0.
2022-08-21wasmtime: disable tests on x86_64-darwinRafael Fernández López1-2/+8
Remove tests on x86_64-darwin to avoid specific false errors due to the way Hydra runners are set up for this architecture. On this platform, on Hydra runners we see: `SIMD support requires SSE3, SSSE3, SSE4.1, and SSE4.2 on x86_64.` present in all failing tests. Thus, do not run tests on this platform to avoid false reports of this derivation being broken, because Hydra runners are set up in a way that this CPU features are not available. An example of automation marking this derivation as broken because the Hydra runs were reporting failures: 03bc5717445bbccda21d10eeecb6ded4c12d08fe.
2022-08-05wasmtime: 0.38.0 -> 0.39.1Thomas Gerbet1-3/+4
https://github.com/bytecodealliance/wasmtime/blob/v0.39.1/RELEASES.md Fixes CVE-2022-31146 and CVE-2022-31169.
2022-06-23wasmtime: 0.37.0 -> 0.38.0Rafael Fernández López1-3/+3
2022-06-23wasmtime: remove unneeded dependenciesRafael Fernández López1-11/+3
Also, add `ereslibre` as a maintainer
2022-05-30treewide: pkgs/development: mark broken for darwinRick van Schijndel1-0/+1
2022-05-22wasmtime: 0.36.0 -> 0.37.0Rafael Fernández López1-6/+6
Re-enable darwin platform.
2022-04-21wasmtime: 0.35.2 -> 0.36.0Rafael Fernández López1-3/+3
2022-04-03wasmtime: make derivation available only on linux for nowRafael Fernández López1-1/+1
2022-04-03Fix wasmtime buildRafael Fernández López1-8/+14
Provide a specific path for the v8 project, so `wasmtime` dependency `rusty_v8` can find it and does not need to download the static library, what would break build hermetism.
2022-04-03wasmtime: 0.21.0 -> 0.35.2Gabor Greif1-4/+8
2022-01-30wasmtime: use python3Robert Schütz1-2/+2
2022-01-16python,pythonPackages: make aliasesRobert Schütz1-2/+2
Since aliases are disallowed in nixpkgs, this makes usage of Python 2 which is EOL more explicit.