Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cometkim/rescript-deno
WIP: ReScript bindings to Deno API
https://github.com/cometkim/rescript-deno
deno rescript rescript-bindings
Last synced: 3 months ago
JSON representation
WIP: ReScript bindings to Deno API
- Host: GitHub
- URL: https://github.com/cometkim/rescript-deno
- Owner: cometkim
- Created: 2021-12-23T19:55:47.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T05:27:53.000Z (about 1 year ago)
- Last Synced: 2024-05-01T15:35:10.913Z (9 months ago)
- Topics: deno, rescript, rescript-bindings
- Language: ReScript
- Homepage:
- Size: 851 KB
- Stars: 33
- Watchers: 5
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ReScript Deno
ReScript bindings to Deno APIs.
## FAQ
### Isn't Deno for TypeScript?
Deno can host plain JavaScript. That means any Alt-JS languages can be hosted either.
### But Why?
Deno is a good platform. Even better with the better language.
### How can I verify this works?
You can run [examples](./examples) with the `yarn example` script.
```bash
# Build once before running.
yarn install
yarn buildyarn example example/catj.bs.js package.json
```## LICENSE
MIT