-
-
Notifications
You must be signed in to change notification settings - Fork 35.4k
lib,src,test,doc: add node:ffi module #62072
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
e062695
lib,src,test,doc: add node:ffi module
cjihrig 1f02596
ffi: Refactor to simpler API.
ShogunPanda 55a94df
fix: Various improvements.
ShogunPanda c843df0
fix the build
cjihrig 277b2f5
fix lint
cjihrig dffc12e
remove test fixture readme
cjihrig 674c956
remove extra test file
cjihrig c4e89d0
tests
cjihrig 80f3e40
fix: Various improvements. (#6)
ShogunPanda 4b17d60
test: fixed build on Windows (#7)
ShogunPanda c64fa18
src: formatted files
ShogunPanda 5f763e8
fixup
ShogunPanda 06c1d1a
fixup
ShogunPanda 608a073
test: fixed failures
ShogunPanda f00f504
src: formatted files
ShogunPanda d3e9d31
src: fix arguments handling
ShogunPanda 2ac4a42
test: formatted files
ShogunPanda d16506e
test: fix test library
ShogunPanda bb30b89
deps: fix build on Windows
ShogunPanda 1432c97
src: add suffix and types
ShogunPanda 9f032d6
fix: fix build
ShogunPanda 119c50d
fix: fix build
ShogunPanda 5a69e55
fix: fix aix build
ShogunPanda File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
src: formatted files
Signed-off-by: Paolo Insogna <paolo@cowtech.it>
- Loading branch information
commit f00f5047db1ddb6ba828e811e59e2fbc6091cc72
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can understand that this may be a bit tricky but I think ideally we shouldn't do a hard abort on the process. If we can find a way to throw a regular exception that would be better.