Get rid of compilation warnings and minor doc fix (#2839)

This commit is contained in:
Enrico Loparco
2023-11-30 00:49:58 +00:00
committed by GitHub
parent 0455071fc1
commit 873558c40e
3 changed files with 8 additions and 8 deletions

View File

@ -9,12 +9,12 @@ $ mkdir build
$ cd build
$ cmake ..
$ make
$ # It will build multi-module runtime and
$ # It will build multi_module runtime and
$ # wasm file under the ./build .
$ # If you have built wamrc,
$ # aot file will also genrate.
$ ./multi-module mC.wasm
$ ./multi_module mC.wasm
$ ...
$ ./multi-module mC.aot
$ ./multi_module mC.aot
$ ...