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

Add WAMR support to chain functions by name #657

Merged
merged 14 commits into from
Oct 4, 2022
Merged

Add WAMR support to chain functions by name #657

merged 14 commits into from
Oct 4, 2022

Conversation

csegarragonz
Copy link
Collaborator

@csegarragonz csegarragonz commented Jun 20, 2022

In this PR I add support to chain functions by name in WAMR. I also add some new un-implemented stubs that I needed to cross-compile functions.

@csegarragonz csegarragonz self-assigned this Jun 20, 2022
@csegarragonz csegarragonz changed the title WAMR support for chaining by name Add WAMR support to chain functions by name Jun 20, 2022
Copy link
Collaborator

@Shillaker Shillaker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, just the one comment re. moving sanitiser-related changes out of this PR.

# 21/06/2022 - We have disabled the ASAN and TSAN builds as they were
# consuming upwards of 15 to 20 GB of memory (each). Even on a self-
# hosted runner this is too much
sanitiser: [None, Address, Thread, Undefined, Leak]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Before merging this, can you remove all sanitiser-related changes into the other sanitiser PR?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, I'm kinda stuck in the sanitisers PR, so I will work on that first. Then rebase and merge this in.

@csegarragonz csegarragonz merged commit 71281f4 into main Oct 4, 2022
@csegarragonz csegarragonz deleted the wamr-chain branch October 4, 2022 12:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants