Skip to content

RGBA64U support

RGBA64U support #1568

name: Emscripten (WebGPU)
on:
push:
branches:
- v2
pull_request:
branches:
- v2
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Apt Update
run: sudo apt update
- name: Apt Install
run: sudo apt install ninja-build --yes --quiet
- name: Get Submodules
run: ./get_dlc
- name: Compile (kmake)
run: ./make emscripten -g webgpu --kore . --from Tests/Empty
- name: Compile (emscripten)
run: git clone https://github.com/emscripten-core/emsdk.git && cd emsdk && ./emsdk install 3.1.64 && ./emsdk activate 3.1.64 && source ./emsdk_env.sh && cd ../build/release && ninja