dockcross/web-wasi/wasmer-pwd.sh
2021-10-10 16:36:29 -04:00

5 lines
136 B
Bash
Executable File

#!/usr/bin/env bash
# Mount the PWD to enable access in try_run commands
exec /usr/local/wasmer/bin/wasmer run --dir=. --dir=$PWD "$@"