You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
Is there something I need to do to enable these? Using CDT 1.8.0, 1.8.1, also tried 1.6.3. Compiling with -fquery-serve.
I've included the CmakeLists.txt and chess.cpp to reproduce. In order to compile, you'll need to install zeus.
npm i -g @liquidapps/zeus-cmd
mkdir chess; cd chess; zeus box create
zeus unbox chess
// update ./contracts/eos/chess/chess.cpp with code below
zeus compile chess
I'm using it to fetch a chess move from an AI. At LiquidApps we produce many EOSIO related products, in this case this is a service provided by our nodes known as vCPU which allows contracts to fetch by oracle the requested query, in this case a chess move.
I'm trying to follow this documentation on how to deployer server WASM which may be called by
initialize
andrun_querry
.When compiling a contract and adding the following:
I get
⚠️ clang-9: error: unable to execute command: Segmentation fault (core dumped).
The CDT also doesn't seem to recognize the following includes:
Is there something I need to do to enable these? Using CDT 1.8.0, 1.8.1, also tried 1.6.3. Compiling with
-fquery-serve
.I've included the
CmakeLists.txt
andchess.cpp
to reproduce. In order to compile, you'll need to install zeus.CmakeLists.txt
chess.cpp
The text was updated successfully, but these errors were encountered: