Sign in
dart
/
sdk
/
a5ff656da170eddcdc87f84e9d4e324ce89d00d8
/
.
/
pkg
/
wasm
/
README.md
blob: ce842cd391016771144ab95fa1323a5378bf717c [
file
] [
log
] [
blame
] [
view
]
# 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
.