Skip to content

Commit ae62bd2

Browse files
committed
Initial swc plugin
1 parent 335a935 commit ae62bd2

File tree

18 files changed

+4246
-0
lines changed

18 files changed

+4246
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# These command aliases are not final, may change
2+
[alias]
3+
# Alias to build actual plugin binary for the specified target.
4+
build-wasip1 = "build --target wasm32-wasip1"
5+
build-wasm32 = "build --target wasm32-unknown-unknown"
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/target
2+
^target/
3+
target

0 commit comments

Comments
 (0)