Get started using Xila on native

Here you will find how to get started with Xila hardware and software.

✅ Requirements

📖 Steps

  1. Clone recursively the Xila repository on GitHub.
git clone https://github.com/Xila-Project/Core --recurse-submodule
  1. Change directory to the cloned folder :
cd Core
  1. Source the Export.sh script in the cloned folder :
source Export.sh
  1. Run Xila :
xila run <target>
  1. (Optional) If you want to build software for Xila, you can also install WASM32 / WASI target for your favorite langage.

    • For Rust :
    rustup target add wasm32-wasip1