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

Issue 212: Add Ability to Import External C Functions via Dynamic Loading #214

Merged
merged 9 commits into from
Jan 16, 2025

Conversation

KennyOliver
Copy link
Owner

Image

Closes #212

- The `-undefined dynamic_lookup` flag tells the linker that any unresolved symbols should be looked up at runtime (from the host’s symbol table).

#212
- This was causing memory crashes/issues.

#212
- This was because the actual name of `cimport` in the `Environment` may not necessarily be `cimport`.

#212
…given in `.flv` script

- Use the node’s `function_call.arguments` field (linked list of argument nodes) to obtain the literal.

#212
@KennyOliver KennyOliver added documentation Improvements or additions to documentation enhancement New feature or request labels Jan 16, 2025
@KennyOliver KennyOliver self-assigned this Jan 16, 2025
@KennyOliver KennyOliver linked an issue Jan 16, 2025 that may be closed by this pull request
@KennyOliver KennyOliver merged commit ac4aa7d into main Jan 16, 2025
4 checks passed
@KennyOliver KennyOliver deleted the issue-212 branch January 16, 2025 18:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Ability to Import External C Functions via Dynamic Loading
1 participant