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
run wget https://github.com/bytecodealliance/wasmtime/releases/download/${WASMTIMEAPIVERSION}/wasmtime-${WASMTIMEAPIVERSION}-${PLATFORM}-linux-c-api.tar.xz
run tar -xvf wasmtime-${WASMTIMEAPIVERSION}-${PLATFORM}-linux-c-api.tar.xz
run mv wasmtime-${WASMTIMEAPIVERSION}-${PLATFORM}-linux-c-api $WASMTIMEAPI
# get and build glfw source to get static lib on linux x86_64
run apt install -y xorg-dev libwayland-dev libxkbcommon-dev wayland-protocols cmake extra-cmake-modules
workdir $HOME
run git clone https://github.com/glfw/glfw.git # might want to pin this with && cd glfw && git checkout 3.3.2
run cmake -S /root/glfw -B /root/glfw/build -DGLFW_BUILD_EXAMPLES=OFF -DGLFW_BUILD_TESTS=OFF -DGLFW_BUILD_DOCS=OFF