Add WASM test.

This commit is contained in:
Christoffer Lerno
2024-07-26 21:39:45 +02:00
parent 9386ac026d
commit 56f43f55f3
2 changed files with 148 additions and 0 deletions

View File

@@ -314,6 +314,11 @@ jobs:
cd resources/testproject
../../build/c3c run --debug-log
- name: Test WASM
run: |
cd resources/testfragments
../../build/c3c compile --reloc=none --target wasm32 -g0 --link-libc=no --no-entry -Os wasm4.c3
- name: Build testproject direct linker
run: |
cd resources/testproject