Skip to content

Commit 1ea43c5

Browse files
committed
enable Wasmtime caching in examples/sandbox/host.py
Signed-off-by: Joel Dice <joel.dice@fermyon.com>
1 parent 4a84883 commit 1ea43c5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

examples/sandbox/host.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
config = Config()
1818
config.epoch_interruption = True
19+
config.cache = True
1920

2021
def on_timeout(engine):
2122
print("timeout!")

0 commit comments

Comments
 (0)