mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-06-11 05:29:24 +02:00
web-wasm,web-wasi: Add build tools
- Binaryen - wabt - WASI runtimes: wasmtime, wasmer, wavm, wasm3
This commit is contained in:
4
imagefiles/wasmer-pwd.sh
Executable file
4
imagefiles/wasmer-pwd.sh
Executable file
@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Mount the PWD to enable access in try_run commands
|
||||
exec ${WASMER_DIR}/bin/wasmer run --dir=. --dir=$PWD "$@"
|
4
imagefiles/wasmtime-pwd.sh
Executable file
4
imagefiles/wasmtime-pwd.sh
Executable file
@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Mount the PWD to enable access in try_run commands
|
||||
exec ${WASMTIME_HOME}/bin/wasmtime run --dir=. --dir=$PWD "$@"
|
Reference in New Issue
Block a user