-
I am using [org.scicloj/clay "2-alpha38"] for generating tables of Vega-Lite graphs.
It works from the repl, but when I am trying to produce an uberjar with `lein uberjar`, the whole process hangs.
…
-
While my app works great with JIT compiling, I have not been able to get AoT to work. The file appModule.ngfactory.js gets created, but then contains errors. The error is in the imports.
In appModu…
-
Hi,
I try to use the basic library installation with the Sample Component in a basic application Angular CLI.
ng serve work fine but when you try ng build --prod and try to see in dist folder in w…
-
### Describe the bug
In enabling the AOT readiness analyzers, the MessagePack codebase produces a lot of warnings. Among them is an AD0001 warning about a failed analyzer. See Exceptions section for …
-
With Dart 2.3, you can compile your backend ahead of time but it doesn't work with aqueduct ...
**Steps to reproduce:**
Download Dart 2.3 here : http://gsdview.appspot.com/dart-archive/channels/…
sriio updated
3 years ago
-
[filea11778.zip](https://github.com/bytecodealliance/wasm-micro-runtime/files/13259656/filea11778_instr_instr.zip)
![image](https://github.com/bytecodealliance/wasm-micro-runtime/assets/60457190/96…
-
By default, the compiler attempts to discover annotation processors from the classpath. This can have side effect on code that is generated ahead of time.
Adding `-proc:none` in the Maven and Grad…
-
If I [create a project](https://github.com/jzheaux/javaformat-aot) that uses `io.spring.javaformat` and also the needed Boot and other plugins to support AOT compilation, then `./gradlew check` and `.…
-
First of all, this is a great project, thanks for it!
Today I tried to compile a Godot (Mono) game for iOS using AOT since it's the only option for iOS C# in godot for now, and when including this …
-
This issue tracks work items required for the AOT effort for WebAssembly
## Milestone I
- [x] Get the AOT compiler compiling + linking sample app
- [x] Get hardcoded driver launching sample app…