d0e1be5c99
This replaces third_party/wasmer and the related build rules, so I'll delete that stuff once the package is published. Bug: https://github.com/dart-lang/sdk/issues/37882 Change-Id: I33728e42c734bc8c25a2d32522112f2a3dbf4384 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/180446 Commit-Queue: Liam Appelbe <liama@google.com> Reviewed-by: Siva Annamalai <asiva@google.com>
9 lines
224 B
Markdown
9 lines
224 B
Markdown
# wasm
|
|
|
|
This package provides utilities for loading and running WASM modules. It is
|
|
built on top of the [Wasmer](https://github.com/wasmerio/wasmer) runtime.
|
|
|
|
## Setup
|
|
|
|
Run `dart bin/setup.dart` to build the Wasmer runtime.
|