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 10ecf82 commit 49ae87bCopy full SHA for 49ae87b
README.md
@@ -0,0 +1,29 @@
1
+# ReScript Deno
2
+
3
+ReScript bindings to Deno APIs.
4
5
+## FAQ
6
7
+### Isn't Deno for TypeScript?
8
9
+Deno can host plain JavaScript. That means any Alt-JS languages can be hosted either.
10
11
+### But Why?
12
13
+Deno is a good platform. Even better with the better language.
14
15
+### How can I verify this works?
16
17
+You can run [examples](./examples) with the `yarn example` script.
18
19
+```bash
20
+# Build once before running.
21
+yarn install
22
+yarn build
23
24
+yarn example example/catj.bs.js package.json
25
+```
26
27
+## LICENSE
28
29
+MIT
0 commit comments