8000 SGX: Re-factor native symbols to ocalls by csegarragonz · Pull Request #578 · faasm/faasm · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

SGX: Re-factor native symbols to ocalls #578

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

Merged
merged 1 commit into from
Feb 15, 2022
Merged

SGX: Re-factor native symbols to ocalls #578

merged 1 commit into from
Feb 15, 2022

Conversation

csegarragonz
Copy link
Collaborator
@csegarragonz csegarragonz commented Feb 11, 2022

In a WAMR+SGX setting, there are two types of unresolved symbols:

  • WebAssembly native symbols: defined inside the enclave.
  • Enclave OCalls: defined outside the enclave.

Before, we would use native_symbols for everything. All WAMR native symbols were already factored out in #493. In this PR I re-factor the remaining OCalls.

@csegarragonz csegarragonz self-assigned this Feb 11, 2022
@csegarragonz csegarragonz changed the title sgx: re-factor native symbols to ocalls SGX: Re-factor native symbols to ocalls Feb 14, 2022
@csegarragonz csegarragonz merged commit dd44da1 into main Feb 15, 2022
@csegarragonz csegarragonz deleted the ecalls-ocalls branch February 15, 2022 09:26
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.

2 participants
0