From 41c54703d6cbaa9dbd98e53986dec2ecf9755473 Mon Sep 17 00:00:00 2001 From: inoas Date: Tue, 12 Apr 2022 21:28:30 +0200 Subject: add notice about targets and compat --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 1b9dad0..9e4b7ee 100644 --- a/README.md +++ b/README.md @@ -32,3 +32,14 @@ fn more_usage() { |> contains(any: 2) } ``` + +## Targets + +Gleam's standard library supports both targets: Erlang and Javascript. + +### Compatibility + +- For Erlang the minimum required OTP version is 22. +- For NodeJS the minium required version is the oldest **Maintenance LTS** not marked as *end-of-life* as specified on . + +Most of the standard library will run on older versions, but there are no garantuees. -- cgit v1.2.3