Meson wasm #14

Open
mmcomando wants to merge 1 commit from meson_wasm into master
mmcomando commented 2021-02-25 22:02:30 +01:00 (Migrated from gitlab.com)

Proof of concept building wasm on meson.

Building executable has issues in meson as it passes wrong flags, but building executable sources as library and then linking them with emcc works.

By 'works' i mean it compiled without errors and html, js, wasm filesa are generated. Don't know if they work.

Proof of concept building wasm on meson. Building executable has issues in meson as it passes wrong flags, but building executable sources as library and then linking them with emcc works. By 'works' i mean it compiled without errors and html, js, wasm filesa are generated. Don't know if they work.
mmcomando commented 2021-02-25 22:03:43 +01:00 (Migrated from gitlab.com)

This pull request contains commits from previous pull request, so check only latest commit :p

This pull request contains commits from previous pull request, so check only latest commit :p
Mergul commented 2021-02-25 22:26:45 +01:00 (Migrated from gitlab.com)

magic

magic
This pull request is broken due to missing fork information.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin meson_wasm:meson_wasm
git checkout meson_wasm

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout master
git merge --no-ff meson_wasm
git checkout meson_wasm
git rebase master
git checkout master
git merge --ff-only meson_wasm
git checkout meson_wasm
git rebase master
git checkout master
git merge --no-ff meson_wasm
git checkout master
git merge --squash meson_wasm
git checkout master
git merge --ff-only meson_wasm
git checkout master
git merge meson_wasm
git push origin master
Sign in to join this conversation.
No reviewers
No labels
Feedback
Meson
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Bubel/bubel-ecs#14
No description provided.