Emscripten: Add target, update tpt-libs

The code itself is nowhere near being usable in a browser though.
This commit is contained in:
Tamás Bálint Misius
2023-01-24 18:37:06 +01:00
parent 7bb2eb9d4d
commit 67e41b6705
64 changed files with 366 additions and 217 deletions

11
.github/emscripten-ghactions.ini vendored Normal file
View File

@@ -0,0 +1,11 @@
[binaries]
c = 'emcc'
cpp = 'em++'
strip = 'emstrip'
ar = 'emar'
[host_machine]
system = 'emscripten'
cpu_family = 'wasm32'
cpu = 'wasm32'
endian = 'little'