Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Emscripten build #262

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Open

Emscripten build #262

wants to merge 11 commits into from

Commits on Jun 16, 2024

  1. added cross emcripten config

    Signed-off-by: yanovskyy <[email protected]>
    aaalloc committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    b7e8753 View commit details
    Browse the repository at this point in the history
  2. added libffi patch to support wasm architecture

    Signed-off-by: yanovskyy <[email protected]>
    aaalloc committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    82e29cb View commit details
    Browse the repository at this point in the history
  3. changed glib.wrap for wasm support

    Signed-off-by: yanovskyy <[email protected]>
    aaalloc committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    99db805 View commit details
    Browse the repository at this point in the history
  4. applying wasm32 patch for libffi

    Signed-off-by: yanovskyy <[email protected]>
    aaalloc committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    eb4bb4c View commit details
    Browse the repository at this point in the history
  5. skip pcre2 for emscripten and added other op for glib

    Signed-off-by: yanovskyy <[email protected]>
    aaalloc committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    8e986b0 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2024

  1. switch glib dep with patch

    Signed-off-by: yanovskyy <[email protected]>
    aaalloc committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    2db8b45 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2024

  1. Merge branch 'main' into emscripten-build

    Signed-off-by: Alexander Y. <[email protected]>
    aaalloc authored Aug 11, 2024
    Configuration menu
    Copy the full SHA
    b78a9f7 View commit details
    Browse the repository at this point in the history
  2. emscripten fixed compilation error

    - removed gmodule for gdk-pixbuf
    - refactored a bit
    Signed-off-by: yanovskyy <[email protected]>
    aaalloc committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    e1f3519 View commit details
    Browse the repository at this point in the history
  3. fix end of lines to cross emcc config

    Signed-off-by: yanovskyy <[email protected]>
    aaalloc committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    fee48ab View commit details
    Browse the repository at this point in the history
  4. removed .vscode and put into .gitignore

    Signed-off-by: yanovskyy <[email protected]>
    aaalloc committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    a5c520c View commit details
    Browse the repository at this point in the history
  5. added newline for meson build

    Signed-off-by: yanovskyy <[email protected]>
    aaalloc committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    1659b64 View commit details
    Browse the repository at this point in the history