Skip to content

Commit

Permalink
Update build instructions for latest emscripten, update Wazero to lat…
Browse files Browse the repository at this point in the history
…est version
  • Loading branch information
jerbob92 committed Jul 25, 2023
1 parent 500ccdd commit ece7fac
Show file tree
Hide file tree
Showing 14 changed files with 212 additions and 91 deletions.
13 changes: 8 additions & 5 deletions build/README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
Get the emsdk repo

`git clone https://github.com/emscripten-core/emsdk.git`
git clone https://github.com/emscripten-core/emsdk.git

# Enter that directory
cd emsdk

# Fetch the latest version of the emsdk (not needed the first time you clone)
git pull

# Download and install the latest SDK tools.
./emsdk install latest
# Checkout the correct version
git checkout 3.1.44

# Make the "latest" SDK "active" for the current user. (writes .emscripten file)
./emsdk activate latest
# Download and install the SDK tools.
./emsdk install 3.1.44

# Make the SDK version active for the current user. (writes .emscripten file)
./emsdk activate 3.1.44

# Activate PATH and other environment variables in the current terminal
source ./emsdk_env.sh
Expand Down
Loading

0 comments on commit ece7fac

Please sign in to comment.