Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/containers/Chapter/lesson0/chapter2/L0C2U1.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ $ cd wasmd
$ git checkout v0.23.0
$ make install

$ NOTE) wasmd is not fully supported for M1 macs, but you can install wasmd with v0.27.0 version
$ git checkout v0.27.0
$ make install

# verify the installation
$ wasmd version
\`\`\``;
Expand Down
1 change: 1 addition & 0 deletions src/containers/Chapter/lesson0/chapter4/L0C4U1.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ $ cd contracts/nameservice
\`\`\`bash
# compile the wasm contract with stable toolchain
$ rustup default stable
$ rustup target add wasm32-unknown-unknown
$ cargo wasm
\`\`\``;

Expand Down