Sam Gammon
Sam Gammon
@Attempt3035 Thanks for this testing; I'll get back to you shortly as I return to this PR to clean it up and rebase.
Hey, that's great testing! Ha ha. Yes, I'm happy to clean this up, but I can't promise the Cap'n'Proto team will merge it. @kentonv what do you think? Would you...
@kentonv / @mikea any objection to merging this one first? I can then rebase it out of my bigger PR for Bzlmod. This one should be pretty inert and sensible.
Usage example, which I'm happy to add to docs/README: **`@capnp-java//:capnpj_system_library`**: ```starlark # ... filegroup( name = "capnpj_system_library", srcs = [ "java.capnp", ], visibility = ["//visibility:public"], ) # ... ``` **`BUILD.bazel`**:...
It's not quite AOT, but: - [NodeJS supports standalone executables](https://nodejs.org/api/single-executable-applications.html) - [Deno supports standalone executables](https://docs.deno.com/runtime/manual/tools/compiler) - [Bun supports standalone executables](https://bun.sh/docs/bundler/executables) GraalJs does support AOT, in the sense that you can...
@tarsa The user's Python code can be compiled as well. You would just have to make sure it is loaded and executed within the addressable context managed by `native-image`; often,...
The Android SDK is required to build an Android application. The SDK is typically provided in a developer's environment, and helps assemble the APK; the Android Runtime then takes over...
Relevant material: There is [Project Galahad](https://openjdk.org/projects/galahad/) which involves upstreaming certain GraalVM features into OpenJDK.
@fernando-valdez / @wirthi Any update on the internal ticket? Just curious if there are places the community can help
@jjsullivan5196 It looks like you got stuck where I did, but I wasn't able to proceed. That's great news. Waiting in the wings to test... let me know if you...