1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-26 16:09:27 -05:00
denoland-deno/test_ffi/tests
Dj 11b1e901ad feat(ext/ffi): structs by value (#15060)
Adds support for passing and returning structs as buffers to FFI. This does not implement fastapi support for structs. Needed for certain system APIs such as AppKit on macOS.
2023-01-13 11:20:13 -05:00
..
bench.js chore: update copyright year to 2023 (#17247) 2023-01-05 13:05:49 +01:00
event_loop_integration.ts fix(ext/ffi): Avoid keeping JsRuntimeState RefCell borrowed for event loop middleware calls (#15116) 2022-07-09 11:49:20 +02:00
ffi_types.ts feat(ext/ffi): structs by value (#15060) 2023-01-13 11:20:13 -05:00
integration_tests.rs feat(ext/ffi): structs by value (#15060) 2023-01-13 11:20:13 -05:00
test.js feat(ext/ffi): structs by value (#15060) 2023-01-13 11:20:13 -05:00
thread_safe_test.js chore: update copyright year to 2023 (#17247) 2023-01-05 13:05:49 +01:00
thread_safe_test_worker.js chore: update copyright year to 2023 (#17247) 2023-01-05 13:05:49 +01:00