Skip to content

Commit 19a72bb

Browse files
committed
Add status
1 parent 3350aa8 commit 19a72bb

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
# rolldown-deno
2-
Rolldown on Deno.
1+
# rolldown-on-deno
2+
3+
We are working on building wasm target for [rolldown](https://github.com/rolldown-rs/rolldown).

mod.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
export default function() {
2+
console.log('We are working on it')
3+
}

0 commit comments

Comments
 (0)