Skip to content

Conversation

qianxichen233
Copy link
Contributor

This PR is splited from PR #164

This PR focuses on spliting out the fix for __clone_internal_fallback function.

This could probably better be an issue rather a PR.

There is a weird bug on __clone_internal_fallback: when compiling some large applications, the generated wasm binary code at __clone_internal_fallback is incorrect and made the entire wasm binary unable to run. I currently havn't figured out if this is a bug from clang or it's due to something else. This is a very brutal temporary solution that directly removed the body of this function, this workaround at least made the compiled binary be able to run.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant