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
/
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; }