UNPKG
@wasm-fmt/clang-format
Version:
latest (20.1.6)
20.1.6
20.1.5
20.1.4
20.1.3
20.1.2
20.1.1
20.1.0
19.1.7
19.1.6
19.1.5
19.1.4
19.1.3
19.1.2
19.1.1
19.1.0
18.1.8
18.1.7
18.1.6
18.1.5
18.1.4
18.1.3
18.1.2
18.1.1
18.1.0
17.0.6
17.0.5
17.0.4
17.0.3
17.0.2
17.0.1
16.0.6
0.2.10
0.2.9
0.2.8
0.2.7
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0
0.0.2
0.0.1
A wasm based clang-format
github.com/wasm-fmt/clang-format
wasm-fmt/clang-format
@wasm-fmt/clang-format
/
clang-format-vite.js
9 lines
(6 loc)
•
196 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
import
initAsync
from
"./clang-format.js"
;
import
wasm
from
"./clang-format.wasm?url"
;
export
default
function
(
input = wasm
) {
return
initAsync
(input); }
export
*
from
"./clang-format.js"
;