Commit f9788a96 authored by Noel Gordon's avatar Noel Gordon Committed by Commit Bot

[piexwasm] Document how to activate our build release emsdk version

TL:DR; install and activate at the version number we use for releases.
See also CL:2435128. Comment only change.

Bug: 1132695
No-try: true
Change-Id: I8974c9aacae9d8e9455f225725d1855a66b1d096
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2438552Reviewed-by: default avatarAlex Danilo <adanilo@chromium.org>
Reviewed-by: default avatarAustin Tankiang <austinct@chromium.org>
Commit-Queue: Noel Gordon <noel@chromium.org>
Cr-Commit-Position: refs/heads/master@{#811959}
parent cfa350b3
......@@ -3,8 +3,8 @@ Install emscripten https://emscripten.org/docs/getting_started/index.html
```shell
git clone https://github.com/emscripten-core/emsdk.git
cd emsdk
./emsdk install latest
./emsdk activate latest
./emsdk install 1.38.27
./emsdk activate 1.38.27
source ./emsdk_env.sh
```
......@@ -30,7 +30,7 @@ Run tests: they must PASS
Release: submit piex.js.wasm piex.out.wasm to the Chromium repository
```shell
git commit -a -m "Release piexwasm ..."
git commit -a -m "Release piexwasm at emscripten <version> ..."
git cl upload
```
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment