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

Exclude sidevm examples from the workspace #767

Merged
merged 1 commit into from
May 5, 2022
Merged

Conversation

kvinwang
Copy link
Collaborator

@kvinwang kvinwang commented May 5, 2022

Exclude those examples because they don't compile under macOS due to undefined sidevm_ocall and sidevm_ocall_fastreturn.

We can resolve the compilation error by marking the two functions as extern_weak once the Rust linkage feature being stablized.

This fixes #762.

@kvinwang kvinwang requested a review from jasl May 5, 2022 09:05
Copy link
Collaborator

@jasl jasl left a comment

Choose a reason for hiding this comment

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

It's compiled again

@jasl jasl enabled auto-merge May 5, 2022 09:30
@jasl jasl merged commit 77fc9ae into master May 5, 2022
@jasl jasl deleted the exclude-sidevm-examples branch May 5, 2022 10:11
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.

SideVM compiling error on Apple Silicon
2 participants