ms
ms
MModular
Created by 🥀Azazelle🥀 on 11/10/2023 in #questions
Is there any known workaround for using external call with non-libc functions?
no that stuff isn't built yet. you have to specify the shared library. it works like dlopen/dlsym
6 replies
MModular
Created by 🥀Azazelle🥀 on 11/10/2023 in #questions
Is there any known workaround for using external call with non-libc functions?
you can use ffi.DLHandle like dlopen, then use get_function with the fn signature as the type parameter
6 replies