We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
sandbox
1 parent 1ea43c5 commit 4880284Copy full SHA for 4880284
1 file changed
examples/sandbox/README.md
@@ -47,7 +47,7 @@ timeout is reached, `wasmtime` will raise a `Trap` error.
47
$ python3 host.py 'while True: pass' '1'
48
timeout!
49
Traceback (most recent call last):
50
- File "/Users/dicej/p/component-sandbox-demo/host.py", line 31, in <module>
+ File "/Users/dicej/p/componentize-py/examples/sandbox/host.py", line 36, in <module>
51
result = sandbox.exec(store, arg)
52
^^^^^^^^^^^^^^^^^^^^^^^^
53
...
0 commit comments