Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
h1romas4 committed May 25, 2023
1 parent 340e472 commit 0c5ec40
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,9 @@ cd libymfm.wasm
mkdir build && cd build
cmake -DCMAKE_TOOLCHAIN_FILE=../cmake/wasi.cmake ..
make -j4
cd ..
ls -laF dist/ | grep libymfm
-rw-rw-r-- 1 hiromasa hiromasa 480942 5月 25 13:21 libymfm.a
```

### Build Rust
Expand Down Expand Up @@ -393,6 +396,9 @@ Buile or test on native
mkdir build && cd build
cmake -DCMAKE_TOOLCHAIN_FILE=../cmake/x86-64.cmake ..
make -j4
cd ..
ls -laF dist/ | grep libymfm
-rw-rw-r-- 1 hiromasa hiromasa 680784 5月 25 13:23 libymfm.a
```

Native debugging can now be performed.
Expand Down

0 comments on commit 0c5ec40

Please sign in to comment.