CMake >= 2.6
pthread
支援 C++11 及標準函式庫的 C++ 編譯器
$ sudo apt-get update
$ sudo apt-get install wget automake autoconf libtool build-essential cppcheck astyle colordiff$ sudo yum install wget automake autoconf libtool make automake gcc gcc-c++
$ sudo yum install kernel-devel 系統呼叫目前只支援 Linux 作業系統。 如果沒有使用到系統呼叫,可以在 CMake 的
USE_SYSCALL設定中停用系統呼叫, 讓非 Linux 作業系統也能執行在文件方面,本專案以 台灣正體中文 為主要使用語言,英文為次要使用語言,其他語言 (例如: 簡體中文)僅能做為參考或翻譯使用。
開發上需要注意,透過 AStyle 來做原始程式碼的格式規範(依照
K&R style)。運行指令:astyle --style=kr --indent=spaces=4 --indent-switches --suffix=none --recursive *.c *.h *.hpp來對程式碼做格式編排
- 執行 CMake (正常模式,不會編譯 test 資料夾)
mkdir build &&cd build && cmake ..- 執行 CMake (開發模式)
mkdir build &&cd build && cmake -DCMAKE_BUILD_TYPE=Debug ..- 執行 Make
make -j4目前尚未完成
準備好以
.wasm為副檔名的 WebAssembly 位元檔你可以使用 wabt 或 wat2wasm online 將文字檔轉換成位元檔
執行 Run
./WasmVM 起始的檔案名稱其他需要的模組檔案會從和起始檔案相同的資料夾開始尋找
如果你希望載入更多模組,可以直接連接在後面,以空白分隔