From e7b9c6e2552a861a949585c38e2a881f5cdcb0a7 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Fri, 29 Nov 2019 16:05:42 +0330 Subject: added libwasm32 as a lua module to bruiser now. you can get a quick wasm dump like that. some updates here and there to the READMEs. there is also a gitter group now. come say hi.and join please. --- .lgtm.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.lgtm.yml') diff --git a/.lgtm.yml b/.lgtm.yml index 6e3506a..4444873 100644 --- a/.lgtm.yml +++ b/.lgtm.yml @@ -10,9 +10,8 @@ extraction: cpp: prepare: # Customizable step used by all languages. packages: - - g++-8 - libcapstone-dev - - libllvm6.0 + - llvm-8-dev after_prepare: # Customizable step used by all languages. - mkdir -p $LGTM_WORKSPACE/latest-gcc-symlinks - ln -s /usr/bin/g++-6 $LGTM_WORKSPACE/latest-gcc-symlinks/g++ -- cgit v1.2.3