-
Notifications
You must be signed in to change notification settings - Fork 9
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
native runtime support for compilation #158
Comments
@gedw99 fyi |
Upstream Deno blockers
We need both to reach feature-parity with Bun, and make compilation of Primate apps on Deno possible |
Hey @terrablue thanks fro saying hi. Sorry that I did not have time to work on the golang Webview integration. Got pulled into other areas. |
@gedw99 No pressure. I myself am evaluating other webview solutions to see how we can get mobile support in. Just look at it when you have time, leisure and inspiration. |
Oh bummer :) I have been using the golang one on 10 different projects for mobile and it’s been a god send |
Oh don't get me wrong. I'd love to use the golang one if it's better than what we have, I just haven't had the time to look at it myself. I've also considered writing my own wrapper library in Zig, but I also haven't had the time to do that, either. :) |
What do you use now ? So I can compare. |
https://github.com/rcompat/rcompat/tree/master/packages/webview wraps around the webview C library (at https://github.com/webview/webview), which has no mobile support. I wrote up (partially) about it in this deep dive over here, if you're interested (and have some time -- it's long), https://superarch.org/theanswerisc/primate-native-conditional-exports-debarrelling.html |
Yeah I used to use that and yes it has no mobile support . Also it does not have the other really important stuff like deep links . You will want that as soon as yo get to first base on mobile. I will try to find time and get it working .. i |
A meta-issue to track runtime support for compiling Primate projects to native applications, also see https://primatejs.com/modules/runtime-support.
The text was updated successfully, but these errors were encountered: