File: wasmtime-wrapper.sh

package info (click to toggle)
rust-console 0.15.10-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 360 kB
  • sloc: makefile: 32; sh: 3
file content (4 lines) | stat: -rwxr-xr-x 164 bytes parent folder | download | duplicates (7)
1
2
3
4
#!/bin/bash
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $SCRIPT_DIR/..
wasmtime run --env INSTA_WORKSPACE_ROOT=/ --mapdir "/::$(pwd)" -- "$@"