Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-09-09 | Packages: bump wasmtime to 24.0.0 and wasi-sysroot to 24.0. | Konstantin Pavlov | 6 | -10/+12 | |
Wasm module is now not built for Amazon Linux 2, Debian 11 and Ubuntu 2.0.04, since it requires cmake version newer than what's available on those OSes. wasm-wasi-component is not affected. | |||||
2024-08-28 | Added .gitignore for pkg/contrib/tarballs | Konstantin Pavlov | 1 | -0/+2 | |
This directory is needed for contribs to function. | |||||
2024-08-28 | Remove .hgignore files | Andrew Clayton | 1 | -3/+0 | |
Probably not needed now... Signed-off-by: Andrew Clayton <a.clayton@nginx.com> | |||||
2024-07-10 | contrib: make sha512sum check compatible with FreeBSD 14+ | Konstantin Pavlov | 1 | -1/+1 | |
FreeBSD introduced sha512sum binary in version 14, but with slightly incompatible flags as compared to Linux version. This change makes it work in both worlds. | |||||
2024-07-02 | contrib: updated njs to 0.8.5 | Andrei Zeliankou | 2 | -2/+2 | |
njs changed strings API so now instead of njs_vm_value_string_set() used njs_vm_value_string_create() as a drop-in replacement. Link: <https://github.com/nginx/njs/commit/5730d5ffe23a4965c001d873695d22005fcfa588> | |||||
2024-06-18 | contrib: updated njs to 0.8.4 | Konstantin Pavlov | 3 | -3/+3 | |
While at it, follow the njs move to github to fetch sources. | |||||
2024-05-20 | contrib: be quiet on unpack | Konstantin Pavlov | 1 | -4/+4 | |
The lists of files being unpacked are mostly useless but take a significant amount of lines and bytes in e.g. CI jobs. E.g. in rhel9 packaging job, it's 39680 lines just for the unpacking of wasmtime-v11.0.1-src, as compared to total 48945 lines of output. | |||||
2024-03-12 | NJS: loader should be registered using njs_vm_set_module_loader() | Andrei Zeliankou | 2 | -2/+2 | |
This change makes NJS module incompatible with NJS older than 0.8.3. Therefore, the configuration version check has been adjusted accordingly. This change was introduced in NJS 0.8.3 here: <https://hg.nginx.com/njs/rev/ad1a7ad3c715> | |||||
2024-02-09 | contrib: updated njs to 0.8.2. | Konstantin Pavlov | 2 | -2/+2 | |
2024-02-09 | contrib: Bump libunit-wasm to 0.3.0. | Konstantin Pavlov | 1 | -2/+2 | |
2023-10-13 | contrib: updated njs to 0.8.1. | Konstantin Pavlov | 2 | -2/+2 | |
2023-08-22 | contrib: added libunit-wasm and wasi-sysroot. | Konstantin Pavlov | 5 | -0/+45 | |
2023-08-22 | contrib: added wasmtime. | Konstantin Pavlov | 3 | -0/+32 | |
2023-07-11 | contrib: updated njs to 0.8.0. | Konstantin Pavlov | 2 | -2/+2 | |
2023-04-11 | contrib: updated njs to 0.7.12. | Konstantin Pavlov | 3 | -3/+6 | |
2023-02-28 | contrib: fixed njs make rule. | Konstantin Pavlov | 1 | -1/+1 | |
2023-02-27 | contrib: updated njs to 0.7.10. | Konstantin Pavlov | 3 | -3/+3 | |
2022-11-29 | Added contribs and njs. | Konstantin Pavlov | 5 | -0/+164 | |