Skip to content
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

Allow C modules in Playground Packages #38

Open
calebkleveter opened this issue Oct 11, 2018 · 1 comment
Open

Allow C modules in Playground Packages #38

calebkleveter opened this issue Oct 11, 2018 · 1 comment

Comments

@calebkleveter
Copy link
Member

No description provided.

@calebkleveter
Copy link
Member Author

It might be possible to figure out what C headers go to module by reading the packages build output:

Compile CNIOLinux shim.c
Compile CNIOSHA1 c_nio_sha1.c
Compile CNIOZlib empty.c
Compile CNIOOpenSSL shims.c
...
Compile CNIOOpenSSL helpers.c
Compile CNIOHTTPParser c_nio_http_parser.c
Compile CNIODarwin shim.c
Compile CNIOAtomics src/c-atomics.c
Compile CCryptoOpenSSL shim.c
Compile CBcrypt blf.c
Compile CBcrypt bcrypt.c
Compile CBase32 base32.c

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant