-
### Description
When a type is dynamically created using System.Reflection.Emit code, accessing a field or property throws InvalidOperationException.
### Reproduction Steps
Create a .NET 8 WASM Bla…
StefH updated
2 months ago
-
the current logic decides exception matching (ie. which catch clause to use) by comparing tag indexes.
it seems wrong because, if i read the spec correctly, it's allowed for a module to import the sa…
yamt updated
2 months ago
-
Hi!
As it stands now, OSRM is backend only, with direct bindings available in C/Node, while other can interact using the REST interface. This is very versatile and will match most use cases, but it…
-
Steps to reproduce:
- scroll, a lot
- Tested on [big canvas](https://blazor-diagrams.zhaytam.com/demos/performance) and is much more likely to crash
- on canvases with not as much nodes it is harde…
-
https://medium.com/wasmer/announcing-the-fastest-webassembly-runtime-for-go-wasmer-19832d77c050
-
Can Java source be compiled into wasm and run in a wasm runtime? If yes, show me some projects doing this, if not, why?
wjx updated
10 months ago
-
I've set AutoFocus="@false", but in the case of dynamically creating and removing Select components, it will be reported as long as the operation frequency is faster
I checked the code, it called t…
-
On web/nodejs host, loading wasm with undefined imports will give me a hint about what is missing, in the default error. It would be helpful to see this sort of output in wasm3, too.
If I do this:
…
-
**Status: Review**
**Current state**
Currently, Artichoke core provides an implementation-agnostic Ruby runtime. Artichoke doesn't provide a VM for executing Ruby, and provides a WebAssembly fron…
-
Hi!
I am a developer/researcher on WebAssembly. I am looking for the independent runtimes of WebAssembly that could run Wasm (or wasi-nn) with GPUs.
I am wondering if this repo could support? Althou…