dockcross/imagefiles/wasmer-pwd.sh

5 lines
132 B
Bash
Raw Normal View History

2021-10-08 17:07:09 -04:00
#!/usr/bin/env bash
# Mount the PWD to enable access in try_run commands
exec ${WASMER_DIR}/bin/wasmer run --dir=. --dir=$PWD "$@"