Wrap dlopen/dlsym

This commit is contained in:
2026-07-04 15:33:40 +10:00
parent b4cbced5f5
commit 3204613c6f
5 changed files with 97 additions and 0 deletions

View File

@@ -27,6 +27,9 @@ sources = files(
'src/Copy/BytecodeValue.c',
'src/FFI/openSharedObject.c',
'src/FFI/getFunction.c',
'src/Free/Function.c',
'src/Free/List.c',
'src/Free/Object.c',