deno/test_ffi/tests
Dj ad82918f56
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-08 09:28:10 +05:30
..
bench.js chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00: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-08 09:28:10 +05:30
integration_tests.rs feat(ext/ffi): structs by value (#15060) 2023-01-08 09:28:10 +05:30
test.js feat(ext/ffi): structs by value (#15060) 2023-01-08 09:28:10 +05:30
thread_safe_test.js chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
thread_safe_test_worker.js chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00