Commit graph

25 commits

Author SHA1 Message Date
Christian Clason 6cd25aadd5 0.25.9 2025-09-06 21:17:26 +02:00
ObserverOfTime cd503e803d build(zig): support wasmtime for ARM64 Windows (MSVC)
(cherry picked from commit e0edfe1cb3)
2025-08-28 20:27:11 -04:00
ObserverOfTime 1083795af6 style(zig): reformat files
(cherry picked from commit 66ea1a6dda)
2025-08-28 22:32:43 +03:00
ObserverOfTime dc0b5530b3 build(zig): use ArrayListUnmanaged
This is supported in 0.14 and 0.15

(cherry picked from commit 298b6775c6)
2025-08-28 22:32:43 +03:00
JacobCrabill dc4e5b5999 build(zig): fix package hashes for Zig 0.14
Zig 0.14 changed how package hashes are computed and used, and if the
old package hashes are left, every call to `zig build` will re-download
every package every time.  Updating to the new hash format solves this.

(cherry picked from commit e3db212b0b)
2025-08-20 22:07:53 +03:00
Niklas Koll a53058b84d build(zig): update build.zig.zon for zig 0.14
(cherry picked from commit 1850762118)
2025-08-20 22:07:53 +03:00
Omar-xt de141362d5
build(zig): fix package name 2025-08-19 11:13:50 +03:00
Will Lillis f2f197b6b2 0.25.8 2025-07-13 20:32:42 +02:00
Will Lillis c15938532d 0.25.7 2025-07-12 20:47:20 +02:00
Max Brunsfeld bf655c0bea 0.25.6 2025-06-04 09:08:14 -07:00
Max Brunsfeld 460118b4c8 0.25.5 2025-05-27 18:01:08 -07:00
Will Lillis 726dcd1e87 0.25.4 2025-05-11 16:21:17 +02:00
Max Brunsfeld 2a835ee029 0.25.3 2025-03-04 16:03:16 -08:00
Max Brunsfeld 6e0618704a 0.25.2 2025-02-17 18:54:23 -08:00
Amaan Qureshi f5afe475de
build: bump version to 0.25.1
Some checks failed
CI / checks (push) Waiting to run
CI / sanitize (push) Failing after 11s
CI / build (push) Failing after 14s
Deploy Docs / deploy-docs (push) Has been cancelled
Check WASM Exports / check-wasm-exports (push) Has been cancelled
2025-02-02 02:07:36 -05:00
Christian Clason 67cc0a9f58 build(deps): bump wasmtime-c-api to v29.0.1 2025-01-26 12:45:15 -05:00
ObserverOfTime 23b03d9f4a build(deps): bump wasmtime-c-api to v26.0.1
Some checks failed
Check Bindgen Output / check-bindgen (push) Waiting to run
CI / checks (push) Waiting to run
CI / sanitize (push) Failing after 13s
CI / build (push) Failing after 14s
2024-11-09 21:04:52 +01:00
ObserverOfTime 4b1ae40faf build(deps): bump wasmtime to v25.0.2 2024-10-11 18:49:14 -04:00
ObserverOfTime 9d2196cdbd build(zig): add optional wasmtime dependency
And support compiling a shared library
2024-10-08 21:09:53 -04:00
Amaan Qureshi cf8ed78a9a feat: bump version to 0.25 2024-10-05 20:23:40 -04:00
Amaan Qureshi 693a403acd 0.24.1 2024-10-04 00:47:45 -04:00
Amaan Qureshi dfc891a5ce
0.24.0 2024-10-04 00:16:20 -04:00
Amaan Qureshi 12fb31826b
0.23.0
Some checks failed
CI / sanitize (push) Failing after 12s
CI / build (push) Failing after 13s
CI / checks (push) Has been cancelled
2024-08-26 09:07:00 -04:00
Amaan Qureshi b40f342067
0.22.6 2024-05-05 16:47:18 -04:00
bfredl 32cfceec62 fix(zig): make usable as a zig dependency
Make this usable as a dependency of a zig 0.12 project:

- build.zig.zon must exist to be used as a zig dependency
- public headers need to be installed as part of the artifact
2024-04-26 14:17:31 +02:00