membrane

escherize 2023-10-20T17:15:14.507929Z

Are people using membrane with babashka? is possible?

phronmophobic 2023-10-20T17:33:31.912009Z

I think it would require a special build, but it would be possible to compile membrane with native image. I think once project panama gets picked up by native image, then it could work more directly with a little effort.

phronmophobic 2023-10-20T17:35:19.602549Z

Do you have a use case in mind?

escherize 2023-10-20T17:36:35.507169Z

I am considering rewriting a utility app of mine that I’d like to be able to startup without delay

👍 1
phronmophobic 2023-10-20T17:39:13.612709Z

Two options that could work • make membrane available to babashka through a pod • compile your app to its own binary directly via graalvm

👍 1
pez 2023-10-20T18:44:18.501929Z

That pod is interesting. I didn’t know you could provide something like Membrane that way. I couldn’t use javafx with Babashka, so assumed Membrane would trip on that.

escherize 2023-10-20T18:44:55.745299Z

I thought the idea was to compile a native image of membrane, but I may be wrong about that

👍 1
phronmophobic 2023-10-20T18:44:58.982199Z

The idea is to put all the necessary resources in the pod.

phronmophobic 2023-10-20T18:45:58.531399Z

Yea, the sketch of the implementation is: 1. compile membrane to a standalone binary via native image 2. make the functionality available to babashka via pod. 3. ... 4. profit!

👍 1
1
🔥 1