deno/test_ffi/tests
Matt Mastracci e5ae142fbe
feat: ARM64 builds (#22298)
This implements officially blessed and tested deno binaries for ARM64. 

Thanks to @LukeChannings for his tireless work in maintaining the
deno-arm64 [1] repo, without which this project would have been far more
complicated. For those of you requiring support for older GLIBC
versions, that repo may still be required for the near future.

Limitations: 

- This initial build is built on Ubuntu 22 using the stock GLIBC, which
will limit the utility of these binaries in certain use-cases (eg: early
versions of Ubuntu). We will attempt to support earlier versions of
ARM64 GLIBC in a later revision.
- Like the stock Linux x64 build, this is not a static build and
requires GLIBC. Running on Alpine will require installation of GLIBC.
 
Fixes #1846, #4862 

[1] https://github.com/LukeChannings/deno-arm64
2024-02-07 09:06:33 -07:00
..
bench.js chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
event_loop_integration.ts chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
ffi_callback_errors.ts chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
ffi_types.ts chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
integration_tests.rs feat: warn when using --unstable, prefer granular flags (#21452) 2024-01-23 15:33:07 +01:00
test.js feat: ARM64 builds (#22298) 2024-02-07 09:06:33 -07:00
thread_safe_test.js feat: deprecate Deno.resources() (#22059) 2024-01-24 00:27:29 +01:00
thread_safe_test_worker.js chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00