We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfbbfef commit d4fecb5Copy full SHA for d4fecb5
1 file changed
README.md
@@ -1,13 +1,13 @@
1
-# leeward
+# isolex
2
3
Linux-native sandbox for running untrusted code with ~0.5ms latency.
4
5
## Usage
6
7
```python
8
-from leeward import Leeward
+from isolex import isolex
9
10
-with Leeward() as sandbox:
+with Isolex() as sandbox:
11
result = sandbox.execute("print('Hello, World!')")
12
print(result.stdout) # "Hello, World!"
13
```
@@ -33,4 +33,4 @@ with Leeward() as sandbox:
33
34
## License
35
36
-Apache-2.0
+Apache-2.0
0 commit comments