From 0ff4effbb3d50107e6be585f2fee73db916f78b4 Mon Sep 17 00:00:00 2001 From: Felix Barz Date: Thu, 15 Aug 2024 07:44:11 +0200 Subject: [PATCH] Update README.md --- packages/sodium/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/sodium/README.md b/packages/sodium/README.md index d33731bc..ad968b8f 100644 --- a/packages/sodium/README.md +++ b/packages/sodium/README.md @@ -15,6 +15,7 @@ Dart bindings for libsodium, supporting both the VM and JS without flutter depen + [Transpiled JavaScript - loading the JavaScript code.](#transpiled-javascript---loading-the-javascript-code) - [Loading sodium.js into the browser via dart.](#loading-sodiumjs-into-the-browser-via-dart) * [Using the API](#using-the-api) + * [Running computations in a separate isolate](#running-computations-in-a-separate-isolate) - [Documentation](#documentation) * [Example for the dart VM](#example-for-the-dart-vm) * [Example in the browser](#example-in-the-browser)