|
|
|
|
|
by conroy
590 days ago
|
|
wasmtime works as long as you make sure to include the lib directory % wasmtime run --dir .::/ python.wasm -c 'print("hello world")'
hello world
disclaimer: I run a code execution API service (https://riza.io/playground) that does this and more (HTTP, packages, etc.) |
|
Although... I guess I could use unix filesystem permissions to make those read-only? That could work.