There was an error while loading. Please reload this page.
1 parent b2091e1 commit 7cfa779Copy full SHA for 7cfa779
1 file changed
golang/runtime/generate.sh
@@ -5,7 +5,7 @@ REPO_ROOT=$(git rev-parse --show-toplevel)
5
if [ "$OHM_DOCKER_IMAGE_VERSION" != "" ]; then
6
VERSION="$OHM_DOCKER_IMAGE_VERSION"
7
else
8
- VERSION=$(cat "${REPO_ROOT}/packages/runtime/package.json" | jq -r '.version')
+ VERSION=$(cat "${REPO_ROOT}/packages/compiler/package.json" | jq -r '.version')
9
fi
10
echo "Using Ohm Docker image version: ${VERSION}"
11
docker run --rm -v "${REPO_ROOT}:/local" ohmjs/ohm:${VERSION} compile -o golang/runtime/es5.wasm examples/ecmascript/src/es5.ohm
0 commit comments