Web HIDAPI

This commit is contained in:
Nintorch 2026-05-13 16:34:03 +05:00
parent 006959ca87
commit 138683e645
9 changed files with 556 additions and 2 deletions

View file

@ -621,7 +621,7 @@ def spec_to_job(spec: JobSpec, key: str, trackmem_symbol_names: bool, ctest_args
"-ffile-prefix-map=${PWD}=/SDL",
))
job.ldflags.extend((
"--source-map-base", "/",
"--source-map-base", "/", "-s", "ASYNCIFY",
))
pretest_cmd.extend((
"# Start local HTTP server",