We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3350aa8 commit 19a72bbCopy full SHA for 19a72bb
README.md
@@ -1,2 +1,3 @@
1
-# rolldown-deno
2
-Rolldown on Deno.
+# rolldown-on-deno
+
3
+We are working on building wasm target for [rolldown](https://github.com/rolldown-rs/rolldown).
mod.ts
@@ -0,0 +1,3 @@
+export default function() {
+ console.log('We are working on it')
+}
0 commit comments