Skip to content

WIP: ReScript bindings to Deno API

Notifications You must be signed in to change notification settings

cometkim/rescript-deno

Repository files navigation

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 with the yarn example script.

# Build once before running.
yarn install
yarn build

yarn example example/catj.bs.js package.json

LICENSE

MIT

About

WIP: ReScript bindings to Deno API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published