Skip to content

Commit

Permalink
Update README.MD
Browse files Browse the repository at this point in the history
  • Loading branch information
MrVeit authored Nov 24, 2024
1 parent d5e2d0f commit f244ef2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,11 @@ You can test the SDK without installation on a demo app [in your browser](https:
# Dependencies

For the library to work correctly, the following dependencies **must be installed** in the project before use:
- **[WebGL Threading Patcher](https://github.com/VolodymyrBS/WebGLThreadingPatcher)** allows you to run asynchronous operations in a single thread in WebGL builds (will be removed in future releases as it is relevant for older TonSdk .NET based implementation)
Initially they do not work due to lack of multithreading support in them,
- **[WebGL Threading Patcher](https://github.com/VolodymyrBS/WebGLThreadingPatcher)** allows you to run asynchronous operations in a single thread in WebGL builds. Initially they do not work due to lack of multithreading support in them,
- **[Newtonsoft](https://www.youtube.com/watch?v=3H6xkl_EsvQ)** - modern solution for convenient work with json files.

**IMPORTANT:** `WebGL Threading Patcher` will be removed in future releases as it is relevant for older `TonSdk .NET` based implementation.

# Migration

This section is for smooth migration between sdk versions, in case of a global API change.
Expand Down

0 comments on commit f244ef2

Please sign in to comment.