summaryrefslogtreecommitdiff
path: root/cross/wasm.txt
AgeCommit message (Collapse)Author
2025-04-14add exe_wrapper to the wasm cross filePaolo Bonzini
This makes it possible to run tests ("1 trivial" passes). Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2023-08-16wasm: make generic cross fileXavier Claessens
2022-12-27emscripten: use single arguments when specifying optionsKleis Auke Wolthuizen
i.e. without a space between the "-s" and option name. See: https://github.com/emscripten-core/emscripten/issues/11463 This is supported since Emscripten 1.39.19, see: https://github.com/emscripten-core/emscripten/commit/f45bea21f3a8f74a68ed4e3e3d7e290807ee2aff
2021-08-15editorconfig: add setting to trim trailing whitespaceEli Schwartz
and clean up all outstanding issues Skip 'test cases/common/141 special characters/meson.build' since it intentionally uses trailing newlines.
2021-08-08Add support for finding Javascript source libraries with Emscripten.Jussi Pakkanen
2020-08-01Allow setting built-in options from cross/native filesDylan Baker
This is like the project options, but for meson builtin options. The only real differences here have to do with the differences between meson builtin options and project options. Some meson options can be set on a per-machine basis (build.pkg_config_path vs pkg_config_path) others can be set on a per-subproject basis, but should inherit the parent setting.
2019-08-05Add basic Webassembly support via Emscripten.Jussi Pakkanen