wasm
wasm copied to clipboard
Utilities for loading and running WASM modules from Dart code
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...
Multiple modules may need to use the same Memory, Function, Table, or Global objects. Example scenarios that seem to be currently unsupported: - Creating a Memory object, filling it with...
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.
Hi - this issue is a heads up that we intend to discontinue this package and archive the repo. This package was an experiment in consuming WASM code - integrating...
Ndk is installed in android studio. but show those error * Where: Build file '/Users/luo2/Downloads/wasm-wasm_demo/flutter_wasm/android/build.gradle' line: 59 * What went wrong: A problem occurred evaluating project ':flutter_wasm'. > NDK is...
iOS platforms do not support certain primitives needed for fast JITing in applications distributed through the App Store. JITing is needed for a fast wasm runtime. Wasmer [added support for...
I think it is safe to assume that all languages that have javascript as a compilation target will eventually support targeting wasm as a compilation target as well. As part...