blob: c6e50ffd8ec597f6bb9108639e70f01d408847c1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
{
"name": "wabt",
"version": "1.0.38",
"description": "The WebAssembly Binary Toolkit",
"homepage": "https://github.com/WebAssembly/wabt/",
"license": "Apache-2.0",
"dependencies": [
"picosha2",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"tools": {
"description": "Build wabt commandline tools"
},
"wasm-rt-impl": {
"description": "Include the WABT C runtime implementation library"
}
}
}
|