wasm_interop

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

wasm interop

WebAssembly JS API Bindings for Dart #
Upstream Specification #

WebAssembly JavaScript Interface (Editor’s Draft)

Overview #
This package provides Dart bindings for the WebAssembly JavaScript API. It is intended to be used with standalone WebAssembly modules, i.e., modules that do not need specialized JavaScript glue code. For the latter case, Dart applications should target that glue code via dart:js or package:js instead of using this package.
Standalone WebAssembly modules could be created with:


AssemblyScript


Emscripten


To use WebAssembly from Dart in non-JS environments, see the wasm package.
Running tests #
Release mode on all available platforms (Chrome, Firefox, Safari, and node):
$ dart test
copied to clipboard
Debug mode (DDC) on Chrome:
$ dart run build_runner test -- -p chrome
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files:

Customer Reviews

There are no reviews.