docs: update README.md with a runtimes section

This commit is contained in:
CosminPerRam 2024-08-08 11:08:25 +03:00
parent 9e83681cee
commit e98b7768db

View file

@ -109,8 +109,12 @@ Additional advanced parameters can be passed in as well:
* `--socketTimeout N`: Specifies socket timeout (where `N` is a number, eg. `5000`). * `--socketTimeout N`: Specifies socket timeout (where `N` is a number, eg. `5000`).
* ... and the rest in the same format. * ... and the rest in the same format.
## Deno ## Using with other runtimes
The minimum supported deno version is `1.39.2` and the `--allow-net` permission is required. While we still expect to be some minor issues with these, the library works, if any problems
arises please open an issue and we'll look into it.
* **Deno**: Minimum supported deno version is `1.39.2` and the `--allow-net` permission is required.
* **Bun**: Minimum supported version is `1.1.21`.
## Common Issues ## Common Issues