Skip to content

Commit e2cc823

Browse files
Update README.md
1 parent a5f488d commit e2cc823

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

README.md

+12-11
Original file line numberDiff line numberDiff line change
@@ -45,17 +45,17 @@ The test runner also has support for filters. Using filters is as simple as addi
4545

4646
## Compatibility matrix
4747

48-
_LLRT does not support all Node.js APIs. It is not a drop in replacement for Node.js, nor will it ever be. Below is a high level overview of supported APIs and modules. For more details consult the [API](API.md) documentation_
48+
_LLRT only support a fraction of the Node.js APIs. It is **NOT** a drop in replacement for Node.js, nor will it ever be. Below is a high level overview of partially supported APIs and modules. For more details consult the [API](API.md) documentation_
4949

50-
| | Node.js | LLRT |
50+
| | Node.js | LLRT ⚠️ |
5151
| ------------- | ---------------------------------------- | ----- |
52-
| buffer | ✔︎ |︎⚠️⏱ |
52+
| buffer | ✔︎ |︎️ |
5353
| streams | ✔︎ | ✔︎\* |
54-
| child_process | ✔︎ | ✔︎⚠️|
55-
| net:sockets | ✔︎ | ✔︎⚠️|
56-
| net:server | ✔︎ | ✔︎⚠️ |
54+
| child_process | ✔︎ | ✔︎⏱ |
55+
| net:sockets | ✔︎ | ✔︎⏱ |
56+
| net:server | ✔︎ | ✔︎ |
5757
| tls | ✔︎ | ✘⏱ |
58-
| fetch | ✔︎ | ✔︎ |
58+
| fetch | ✔︎ | ✔︎ |
5959
| http | ✔︎ | ✘⏱\*\* |
6060
| https | ✔︎ | ✘⏱\*\* |
6161
| fs/promises | ✔︎ | ✔︎ |
@@ -64,17 +64,17 @@ _LLRT does not support all Node.js APIs. It is not a drop in replacement for Nod
6464
| timers | ✔︎ | ✔︎ |
6565
| uuid | ✘ <sub><sup>(via dependency)</sup></sub> | ✔︎ |
6666
| hex | ✘ <sub><sup>(via dependency)</sup></sub> | ✔︎ |
67-
| crypto | ✔︎ | ✔︎⚠️ |
68-
| process | ✔︎ | ✔︎⚠️ |
67+
| crypto | ✔︎ | ✔︎ |
68+
| process | ✔︎ | ✔︎ |
6969
| encoding | ✔︎ | ✔︎ |
7070
| console | ✔︎ | ✔︎ |
7171
| events | ✔︎ | ✔︎ |
7272
| ESM | ✔︎ | ✔︎ |
7373
| CJS | ✔︎ | ✔︎ |
7474
| async/await | ✔︎ | ✔︎ |
7575

76-
_⚠️ = partial support_
77-
_⏱ = planned_
76+
_⚠️ = partially supported in LLRT_
77+
_⏱ = planned patial support_
7878
_\* = Not native_
7979
_\*\* = Use fetch instead_
8080

@@ -148,6 +148,7 @@ export default {
148148
## Using AWS SDK (v3) with LLRT
149149

150150
LLRT includes many AWS SDK clients and utils as part of the runtime, built into the executable. These SDK Clients have been specifically fine-tuned to offer best performance while not compromising on compatibility. LLRT replaces some JavaScript dependencies used by the AWS SDK by native ones such as Hash calculations and XML parsing.
151+
V3 SDK packages not included in the list bellow have to be bundled with your source code while marking the following packages as external.
151152

152153
**Bundled AWS SDK packages:**
153154

0 commit comments

Comments
 (0)