-
`sprintf "%b" true` does not work in AOT context; nor does `sprintf "%O" true`. This affects linux-x64 8.0.401 and v9 preview 1, but not osx-arm64 8.0.300, in my testing.
**Repro steps**
In an e…
-
Hi,
I have a workload that works fine with a WASM file, but when compiled to AOT, it fails. The difference in behavior seems to happen when the embedding application calls a function in the AOT mod…
-
I have a Attribute to change JSON serialization from camelCase to PascalCase, which worked fine in dotnet 7, but in dotnet 8 i am getting an error `System.InvalidOperationException: JsonSerializerOpti…
-
## Motivation
After `wasmedgec hello.wasm hello`, I want to run `./hello` without wasmedge.
```bash
$ wasmedgec hello.wasm hello
$ ./hello
Hello TinyGo from WasmEdge!
```
This will have the f…
-
Hi There,
When attempting to build my project using Graal VM, I encountered an error. I'm not sure if Spring Content supports Graal VM, but I'm raising this issue in case it's a bug or if support c…
-
Steps to reproduce
- Create .Net project `dotnet new lambda.NativeAOT --name LambdaNative`
- Use the following `Code`
- Build the project with .Net7 with enabling Native AOT
- Deploy function to …
-
This is particularly important as it has a few COM interfaces that need to be moved to native pointers to support AOT/Trimming.
-
### Version Info
java:17
spring-boot:3.0.1
spring-framework:6.0.3
spring-guice:2.0.2
native-maven-plugin:0.9.19
### Description
I followed the requirements of the [SpringBoot3 native-image d…
-
Currently `Microsoft.Extensions.AI.Abstraction` requires System.Text.Json version 8.0 whereas `Microsoft.Extensions.AI` is on 9.0, primarily due to the fact that it's hosting JSON schema generation se…
-
## Motivation
We develop Deno / Node.js and React Native native modules on iOS/android/Windows/macOS/Linux platform with amd64/arm64 arch. Maintains so many platform * arch configurations is crazy.
…