mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-11-09 20:57:26 +01:00
6f3a3aad49
- Binaryen - wabt - WASI runtimes: wasmtime, wasmer, wavm, wasm3
5 lines
132 B
Bash
Executable File
5 lines
132 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# Mount the PWD to enable access in try_run commands
|
|
exec ${WASMER_DIR}/bin/wasmer run --dir=. --dir=$PWD "$@"
|