Skip to content

Commit 602942a

Browse files
doc: update doc
1 parent f39dc87 commit 602942a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
# QuickJS - Execute JavaScript in a WebAssembly QuickJS Sandbox
1+
# Package @sebastianwessel/quickjs
22

33
This TypeScript package allows you to safely execute JavaScript code within a WebAssembly sandbox using the QuickJS engine. Perfect for isolating and running untrusted code securely, it leverages the lightweight and fast QuickJS engine compiled to WebAssembly, providing a robust environment for code execution.
44

5+
## Documentation
6+
57
- [Installation](./intallation.md)
68
- Compatibility:
79
- [Core Javascript](./core-js-compatibility.md)

0 commit comments

Comments
 (0)