UNPKG
@permaweb/wasm-metering
Version:
latest (0.2.2)
0.2.2
injects metering into webassembly binaries
github.com/permaweb/wasm-metering
permaweb/wasm-metering
@permaweb/wasm-metering
/
test
/
wabt
/
third_party
/
ply
/
.travis.yml
11 lines
(10 loc)
•
180 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
language:
python
python:
-
"2.6"
-
"2.7"
-
"3.2"
-
"3.3"
-
"3.4"
install:
-
"pip install . --use-mirrors"
script:
"cd test && python testlex.py && python testyacc.py"