-
For languages with a universal value representation, it would be nice to be able to have a list of "any", then pull out the individual values and do some type dispatch on those values. Strings are a …
wingo updated
7 months ago
-
Since Realm already has a JS client, would it be easy enough to add a web compatible variant to this package?
-
### Feature Request: WASM Support
The current version of the package depends on dart:html. This makes the new Flutter to WASM compiler break because of compatibility issues. As explained [here](https…
-
WebAssembly Garbage collection is in Phase 3 - Implementation Phase (CG + WG), and Kotlin 1.8.20 already has Wasm support.
Please take a look at https://github.com/sdeleuze/kowasm
-
This might be a naive question but is it possible to build a flutter web app that leverages the new "--wasm" compilation mode and is still able to leverage an internal package that utilizes a wasm mod…
-
It should be possible to use this library with the new WebAssembly compilation target.
**To Reproduce**
```
# Use Flutter 3.22.1
flutter create foo
cd foo
dart pub add printing
flutter build…
-
I was asked to add some notes based on the needs of Microsoft .NET implementations wrt GC in WebAssembly.
1. Object layout
.NET objects in memory usually consist of a header followed by object da…
-
Reading the discussions re mappings between GC objects and host objects, I see that they focus mostly on structs.
I'm wondering if it would make sense to treat arrays separately. The reasons for th…
-
Version:
```
deno 1.41.2 (release, aarch64-apple-darwin)
v8 12.1.285.27
typescript 5.3.3
```
Search words:
- WasmGC
- WASM Reference types
Minimal reproducible code:
```TypeScript
im…
-
Hi,
I am the author of [js_bindings](https://pub.dev/packages/js_bindings) and now I've published [Typings](https://pub.dev/packages/typings).
The package transpiles a TypeScript declaration f…