-
![image](https://github.com/user-attachments/assets/7bcb255e-dcc6-4008-8c78-f97ffd310921)
My C# project prompts that libssl is needed after Native AOT compilation, so how can I link libssl into t…
-
### Description
Currently, when building a C++ native aot app, you need to specify the runtime libraries with full paths, or clang will automatically choose the the .dylib files.
### Reproduction St…
JCash updated
1 month ago
-
I'm trying subscribe to a [sampleprofiler-provider](https://learn.microsoft.com/en-us/dotnet/core/diagnostics/well-known-event-providers#microsoft-dotnetcore-sampleprofiler-provider) via EventPipe but…
vaind updated
3 months ago
-
(1) The native-image Spring context parser is erroneously trying to construct template beans where abstract="true" resulting in a runtime error.
Please see the attached myContext.xml file.
(2) Als…
-
Root cause: [LibLog](https://www.nuget.org/packages/LibLog) uses StackFrame.GetMethod to create logger from caller class, which is null in native aot environment.
See:
[Native AOT StackFrame method …
-
## Steps to Reproduce
1. mono /usr/share/ironpython2.7/ipy.exe -S -c "import clr; print((1).GetType().Name)"
### Current Behavior
Got a SIGSEGV while executing native code.
### Expecte…
-
### Subject of the issue
WAMR currently fails the names.wast spec test, specifically because the spec permits module exports with names containing NUL bytes, but WAMR does not.
### Test case
…
-
Hi @langchain4j
**Is your feature request related to a problem? Please describe.**
Issues related:
- [888](https://github.com/langchain4j/langchain4j/issues/888)
- [752](https://github.com/la…
-
**Describe the issue**
Native image run fails with the below error even though reachability metadata is generated.
**Steps to reproduce the issue**
A sample here https://github.com/blackhawkee/na…
-
I have a Spring Boot App with Gradle and Kotlin including `id("org.graalvm.buildtools.native") version "0.9.26"` and a `META-INF/native-image` folder in Resources. When running bootBuildImage with pak…