-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
POC of Vlang library callable like C lib #6
Comments
To use Vi-v on Android or iOS I will use flutter C interop (dart:ffi) |
It should work in this way #include ...
fn C.vi_v__test() // <- add this
fn main() {
C.vi_v__test()
} |
@ken0x0a Thanks, I haven't updated it, But that will be really great to work like this. Thanks for the tips, PS: By the way, Just let you know I now will work at part time on it with the help of a student. I hope to make something appear before September. |
I'm little late, nothing appear in September because of some points that make me upset with my app. |
POC of Vlang library callable like C lib in Android NDK (Or other)
This will help me to know if it better to use
V
for the main base of the app orif I will useC
.The text was updated successfully, but these errors were encountered: