-
## 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.
…
-
If we can compile deno code to WASM, then we can transpile that WASM to native Assembly and eventually ELF..
This can optimize deno compiled executables' size and runtime performance...
-
consider that you have a few host functions which require huge native stack to run.
right now, you need to bump WASM_STACK_GUARD_SIZE enough for the largest possible consumer
even when you precisely…
yamt updated
7 months ago
-
### Describe the bug
**This is a cross-post bug from the MAUI project (https://github.com/dotnet/maui/issues/17713) at the request of their developers.**
I am currently developing an app with Av…
-
### 🐛 Describe the bug
Enabling both these options causes an error.
Code:
```
import torch
batch_size = 32
seq_length = 50
hidden_size = 768
def test_fn():
inp = torch.randn(batch_size,…
-
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 …
-
I've been using WAMR with intentions of embedding it within a 32bit app on windows. After pulling 2.0.0 I've noticed my AOT execution gets stuck in iwasm. Specifically inside the `invoke_native` call.…
-
My machine is Trim Smart pro, running on Crossmix OS 1.21. When I try to run Salt and Sanctuary, the postmaster prompts a repack failure. Here's the record from repack.log. I'm using Salt and Sanctuar…
-
## Description
Native AOT doesn't support loading a test assembly from disk. To run the library tests on apple mobile platforms with Native AOT, it is required to implement the XHarness test discov…
-
Hope to move to UWP Modern .NET in the future
希望未来能迁移到 UWP Modern .NET
Microsoft 已经官宣了 UWP Modern .NET 的支持,希望未来能将 WinverUWP 迁移到 Modern .NET
Mikrosoft has officially announced the support of UWP M…