UNPKG
wasm-metering
Version:
latest (0.2.1)
0.2.1
0.2.0
0.1.1
0.1.0
0.0.0
injects metering into webassembly binaries
github.com/ewasm/wasm-metering
ewasm/wasm-metering
wasm-metering
/
test
/
wabt
/
demo
/
custom.css
24 lines
(19 loc)
•
242 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
textarea
{
width
:
100%
;
height
:
400px
;
min-height
:
400px
;
font-family
: monospace;
resize
: vertical; }
.two-fifths
{
width
:
40%
; }
.three-fifths
{
width
:
60%
; }
.container
{
width
:
1200px
; }
.hidden
{
visibility
: hidden; }