Results 92 issues of Liam Appelbe

When using FFI to load a function that has a handle in the signature, you can either put [`Handle`](https://api.dart.dev/stable/2.17.0/dart-ffi/Handle-class.html) in the signature, or `Pointer`. If you use `Handle`, the FFI...

area-vm
library-ffi

(This doesn't work at all yet) Most of the files are boilerplate created by flutter. The only relevant files are: - flutter_wasm/ios/flutter_wasm.podspec - wasm/bin/setup.dart - flutter_wasm/bin/ios_setup.dart

Add desktop support to flutter_wasm plugin.

enhancement

Block on https://github.com/wasmerio/wasmer/issues/2099

enhancement

Blocked on https://github.com/wasmerio/wasmer/issues/2324

enhancement

The crash is in the wasm imported function finalizers. With all the finalizers, the isolate shutdown flow is pretty complicated: Test finishes (Dart code) -> Dart_ShutdownIsolate, finalizes weak handles (Dart...

bug

There are new test failures on [[cfe] Enable alternative-invalidation-strategy by default](https://github.com/dart-lang/sdk/commit/16624415410e7e80603c209edb67e53303d6073e). The tests ``` service_2/bad_reload_test/dds RuntimeError (expected Pass) service_2/bad_reload_test/service RuntimeError (expected Pass) ``` are failing on configurations ``` dartk-win-debug-x64 dartk-win-release-x64...

area-front-end

https://github.com/dart-lang/wasm/actions/runs/3075292118

The [wasm C API](https://github.com/wasmerio/wasmer/blob/ea12ec0a0646325500588b42c48ac91a252649ae/lib/c-api/tests/wasm-c-api/include/wasm.h#L363) doesn't seem to provide enough information to show a user friendly stack trace. [Asking wasmer folks](https://github.com/wasmerio/wasmer/issues/3166) for more info.

enhancement