QIAN

Results 5 issues of QIAN

WARNING:root:You are using evm version 1.8.2. The supported version is 1.7.3 WARNING:root:You are using solc version 0.4.21, The latest supported version is 0.4.19 CRITICAL:root:Solidity compilation failed. Please use -ce flag...

we can extract node feature with the node2vec. How to extract edge feature

## Version commit [4beb525](https://github.com/WebAssembly/wabt/commit/4beb52501f863f1cbd92e0ce4879f04f473935b5) Author: Peng Qian [email protected] Date: Tue Jun 15:08:05 2024 ### Compile ``` cd wabt mkdir build cd build cmake -DCMAKE_CXX_FLAGS="-fsanitize=address -g" -DCMAKE_C_FLAGS="-fsanitize=address -g" -DCMAKE_EXE_LINKER_FLAGS="-fsanitize=address" .. make...

## Version commit [4beb525](https://github.com/WebAssembly/wabt/commit/4beb52501f863f1cbd92e0ce4879f04f473935b5) Author: Peng Qian [email protected] Date: Wen Jun 10:48:12 2024 ## Compile ``` cd wabt mkdir build cd build cmake -DCMAKE_CXX_FLAGS="-fsanitize=address -g" -DCMAKE_C_FLAGS="-fsanitize=address -g" -DCMAKE_EXE_LINKER_FLAGS="-fsanitize=address" .. make...

## Version commit [0418041](https://github.com/bytecodealliance/wasm-micro-runtime/commit/0418041b0dfd09726fe4a3f6c8404d38910856af) Author: Peng Qian [email protected] Date: Fri Jun 21:11:08 2024 ### Compile ``` cd wasm-micro-runtime/product-mini/platforms/linux mkdir build cd build cmake -DCMAKE_CXX_FLAGS="-fsanitize=address -fno-omit-frame-pointer" -DCMAKE_C_FLAGS="-fsanitize=address -fno-omit-frame-pointer" -DCMAKE_EXE_LINKER_FLAGS="-fsanitize=address" -DCMAKE_SHARED_LINKER_FLAGS="-fsanitize=address" -DWAMR_BUILD_INTERP=1...