11 Commits

Author SHA1 Message Date
Anuraag (Rag) Agrawal 96f2052f6d ci: update Go floor to 1.22 and run CI with 1.22/1.24 (#2379)
Signed-off-by: Anuraag Agrawal <anuraaga@gmail.com>
2025-02-18 07:24:27 -08:00
Takeshi Yoneda fbaa7af325 Adds libsodium integration tests (#2086)
Signed-off-by: Takeshi Yoneda <t.y.mathetake@gmail.com>
2024-02-21 17:04:57 +09:00
Edoardo Vacchi 823d573fd2 bench: add stdlib benchmark old vs new compiler (#1878)
Signed-off-by: Edoardo Vacchi <evacchi@users.noreply.github.com>
2023-12-20 10:42:24 -08:00
Takeshi Yoneda 5ffc3f61fd ci: artifacts creation check for non windows platforms (#1178)
Signed-off-by: Takeshi Yoneda <takeshi@tetrate.io>
2023-03-01 09:54:45 +09:00
Anuraag Agrawal 84488768e4 Initial wazero CLI to run a standalone Wasm binary (#813)
* Initial wazero CLI to run a standalone Wasm binary

Signed-off-by: Anuraag Agrawal <anuraaga@gmail.com>
2022-09-28 20:59:38 +09:00
Takeshi Yoneda e31bcc29a4 Modify .gitignore (#797)
Signed-off-by: Takeshi Yoneda <takeshi@tetrate.io>
2022-09-06 10:25:58 +09:00
Teppei Fukuda bed4959f6d Adds Zig example (#741)
Signed-off-by: knqyf263 <knqyf263@gmail.com>
2022-08-11 16:31:06 +08:00
Crypt Keeper 891761ac1e Adds support for FreeBSD (#671)
FreeBSD was disabled due to lack of testing. This works around the
compilation problems. Note: We can't currently test arm64 automatically!

Notes:

* GitHub Actions doesn’t support FreeBSD, and may never.
* We could use Travis to run FreeBSD, but it would split our CI config.
* Using Vagrant directly is easier to debug than vmactions/freebsd-vm.
* GitHub Actions only supports virtualization on MacOS.
* GitHub Actions removed vagrant from the image starting with macos-11.
* Since VirtualBox doesn't work on arm64, freebsd/arm64 is untestabl

Signed-off-by: Adrian Cole <adrian@tetrate.io>
Signed-off-by: Takeshi Yoneda <takeshi@tetrate.io>
Co-authored-by: Takeshi Yoneda <takeshi@tetrate.io>
2022-07-01 18:59:19 +08:00
Crypt Keeper f1467e5453 Adds coverage logic customized from func-e (#596)
This adds coverage the same way as works in func-e, just that there are
slightly different conventions here wrt packages to ignore. Notably, we
should not run coverage using integration tests or examples as they give
false positives.

Signed-off-by: Adrian Cole <adrian@tetrate.io>
2022-05-27 18:00:30 -07:00
Anuraag Agrawal b3fc76ed6e Adds assemblyscript host module and example (#569)
Signed-off-by: Anuraag Agrawal <anuraaga@gmail.com>
Co-authored-by: Adrian Cole <adrian@tetrate.io>
2022-05-19 13:24:23 -06:00
Anuraag Agrawal d162251264 Add .gitignore (#474)
Signed-off-by: Anuraag Agrawal <anuraaga@gmail.com>
2022-04-16 22:01:53 +09:00