-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathCargo.toml
More file actions
24 lines (20 loc) · 716 Bytes
/
Cargo.toml
File metadata and controls
24 lines (20 loc) · 716 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[package]
name = "wasmer-as"
version = "0.4.1-alpha.0"
authors = ["Andrey Kuznetsov <fear@loathing.in>"]
edition = "2018"
license = "Apache-2.0"
description = "Helpers to read and write memory in AssemblyScript wasm modules executing in wasmer-runtime"
keywords = ["assemblyscript", "assembly-script", "wasm", "wasmer"]
homepage = "https://github.com/onsails/wasmer-as"
documentation = "https://github.com/onsails/wasmer-as"
repository = "https://github.com/onsails/wasmer-as"
build = "build.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
wasmer = "2.0"
[build-dependencies]
skeptic = "0.13"
[dev-dependencies]
skeptic = "0.13"
wasmer = "2.0"