Skip to content

Files

Latest commit

8de6c09 · Aug 28, 2023

History

History
This branch is 5 commits ahead of, 881 commits behind rescript-lang/rescript:master.

std

A light weight runtime for ReScript.

The motiviation of this repo is that when ReScript users want to share their library with JS users, the JS users don't need have ReScript toolchain installed, this makes sharing code with JS users easier (more details on that topic can be found in our External Stdlib Docs).

It shares the same version schema with ReScript compiler.

When you use this library, the config would be adding such things in bsconfig.json

"external-stdlib" : "@rescript/std"

Contributing

See the CONTRIBUTING.md.