summaryrefslogtreecommitdiff
path: root/tests/ffi
AgeCommit message (Expand)Author
2024-10-24fix(ext/ffi): return u64/i64 as bigints from nonblocking ffi calls (#26486)Divy Srivastava
2024-09-18feat: suggest `deno install --entrypoint` instead of `deno cache` (#25228)Asher Gomez
2024-09-16BREAKING(ext/ffi): remove deprecated `UnsafeFnPointer` constructor type with ...Aapo Alasuutari
2024-09-04refactor(ext): align error messages (#25310)Ian Bull
2024-08-20chore: enable no-console dlint rule (#25113)David Sherret
2024-07-25chore: update to `std@2024.07.19` (#24715)Asher Gomez
2024-07-01BREAKING(unstable/ffi): remove callback reentrant flag (#24367)Divy Srivastava
2024-05-30BREAKING(ffi/unstable): use BigInt representation in turbocall (#23983)Aapo Alasuutari
2024-05-28BREAKING(ffi/unstable): always return u64 as bigint (#23981)Divy Srivastava
2024-05-08chore: enable clippy::print_stdout and clippy::print_stderr (#23732)David Sherret
2024-02-12chore: move test_ffi and test_nap to tests/ [WIP] (#22394)Matt Mastracci