UNPKG
watr
Version:
latest (4.6.9)
4.6.9
4.6.8
4.6.7
4.6.6
4.6.5
4.6.4
4.6.3
4.6.2
4.6.1
4.6.0
4.5.3
4.5.1
4.5.0
4.4.4
4.4.3
4.4.2
4.4.1
4.4.0
4.3.4
4.3.3
4.3.1
4.3.0
4.2.1
4.2.0
4.1.0
4.0.0
3.3.0
3.2.1
3.2.0
3.1.0
3.0.0
2.4.1
2.4.0
2.3.1
2.3.0
2.2.5
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.0
1.4.1
1.4.0
1.3.2
1.3.1
1.3.0
1.2.0
1.1.1
1.1.0
1.0.0
0.0.0
Ligth & fast WAT compiler
github.com/dy/watr
dy/watr
watr
/
watr.js
13 lines
(10 loc)
•
254 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
/** * WebAssembly Text Format (WAT) compiler, parser, printer. * * @module watr */
import
compile
from
'./src/compile.js'
import
parse
from
'./src/parse.js'
import
print
from
'./src/print.js'
export default
compile
export {
compile
, parse,
print
}