Should the Common Media Library be expanded to languages other than Typescript? #63
littlespex
started this conversation in
Polls
Replies: 1 comment
-
@littlespex as an option, you may write a universal code in Rust, building it for an HTML5 environment (using WASM/asm.js) and iOS/Android native apps (using foreign function interface, or FFI, to call native C API). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The Common Media Library main use is in web based media players. The utilities provided could also be useful on other platforms but would require the code to be ported to other languages: Java for Android, Python and/or Go for servers, Swift for iOS.
2 votes ·
Beta Was this translation helpful? Give feedback.
All reactions