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>
14 lines
239 B
TOML
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"]
|