remove unmaintained WASM support

Same reasoning as outlined in #1254

> nobody is interested in actively maintaining or contributing to that today.

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2024-08-24 23:17:51 -07:00
parent 984d4de3bd
commit 51e996db72
10 changed files with 6 additions and 978 deletions

View file

@ -26,5 +26,6 @@ jobs:
run: zig build test
- name: build
run: zig build
- name: build (WASM)
run: zig build -Dtarget=wasm32-freestanding-none
# TODO: get WASM builds working
# - name: build (WASM)
# run: zig build -Dtarget=wasm32-freestanding-none