Files
sdk/pkg/wasm/bin/Cargo.toml
T
Liam Appelbe d0e1be5c99 Setup script for package:wasm that builds the Wasmer runtime library.
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>
2021-01-22 20:48:04 +00:00

14 lines
239 B
TOML

[package]
name = "wasmer"
version = "1.0.0-alpha5"
[lib]
name = "wasmer"
crate-type = ["staticlib"]
path = "wasmer.rs"
[dependencies.wasmer-c-api]
version = "1.0.0-alpha5"
default-features = false
features = ["jit", "cranelift", "wasi"]