mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-28 10:20:04 +02:00
Emscripten: Add target, update tpt-libs
The code itself is nowhere near being usable in a browser though.
This commit is contained in:
11
.github/emscripten-ghactions.ini
vendored
Normal file
11
.github/emscripten-ghactions.ini
vendored
Normal 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'
|
Reference in New Issue
Block a user