Skip to content

Commit ad0e71a

Browse files
authored
Add builder configuration for emscripten. (#612)
Unstable for now, we'll promote to stable after any teething issues are sorted out.
1 parent 3a18c52 commit ad0e71a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

master/custom/builders.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
Wasm32WasiPreview1DebugBuild,
4949
IOSARM64SimulatorBuild,
5050
AndroidBuild,
51+
EmscriptenBuild,
5152
ValgrindBuild,
5253
)
5354

@@ -299,6 +300,9 @@
299300
# FreBSD x86-64 clang
300301
# FreeBSD 15 is CURRENT: development branch (at 2023-10-17)
301302
("AMD64 FreeBSD15", "opsec-fbsd15", UnixBuild),
303+
304+
# Emscripten
305+
("WASM Emscripten", "rkm-emscripten", EmscriptenBuild),
302306
]
303307

304308

0 commit comments

Comments
 (0)