File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ This TypeScript package allows you to safely execute JavaScript code within a We
11
11
- [ Runtime options] ( ./runtime-options.md )
12
12
- [ Run Tests in QuickJS] ( ./running-tests.md )
13
13
- [ Credits] ( ./credits.md )
14
+ - [ Find examples in the repository] ( https://github.com/sebastianwessel/quickjs/tree/main/example )
14
15
15
16
## Features
16
17
@@ -23,10 +24,6 @@ This TypeScript package allows you to safely execute JavaScript code within a We
23
24
- ** Versatility** : Easily integrate with existing TypeScript projects.
24
25
- ** Simplicity** : User-friendly API for executing and managing JavaScript code in the sandbox.
25
26
26
- ** [ View the full documentation] ( https://sebastianwessel.github.io/quickjs/ ) **
27
-
28
- ** [ Find examples in the repository] ( https://github.com/sebastianwessel/quickjs/tree/main/example ) **
29
-
30
27
## Basic Usage
31
28
32
29
Here's a simple example of how to use the package:
You can’t perform that action at this time.
0 commit comments