-
Notifications
You must be signed in to change notification settings - Fork 728
Add Linux SGX support #106
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
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sync up with main repo
Sync up with main repo
Sync up with main repo
add support for AliOS Things (bytecodealliance#34)
Implement memory profiler, optimize memory usage, modify code indent …
…iwasm build type to Release and 64 bit by default
Implement memory.grow and limit heap space base offset to 1G (bytecodealliance#36)
Sync up with main repo
Add a new extension library: connection (bytecodealliance#39)
Fix bug of reading magic number and version in big endian platform (bytecodealliance#41)
Add support for VxWorks (bytecodealliance#43)
Re-org platform APIs: move most platform APIs of iwasm to shared-lib …
Implement 2D graphic API (bytecodealliance#87)
Sync up with main repo
Enhance wasm loader to fix some security issues (bytecodealliance#91)
Sync up with main repo
Fix issue about illegal load of EXC_RETURN into PC on stm32 board (bytecodealliance#98)
Port iwasm to SGX to enable a restricted version of interpreter run in SGX
wenyongh
referenced
this pull request
in wenyongh/wasm-micro-runtime
Aug 28, 2019
Add Linux SGX support (#106)
wenyongh
added a commit
that referenced
this pull request
Feb 18, 2020
wenyongh
referenced
this pull request
in wenyongh/wasm-micro-runtime
Feb 18, 2020
Add Linux SGX support (#106)
midokura-xavi92
pushed a commit
to midokura/wasm-micro-runtime
that referenced
this pull request
Apr 17, 2025
…vate-references docs: remove private references
AlixANNERAUD
pushed a commit
to AlixANNERAUD/wasm-micro-runtime
that referenced
this pull request
Aug 24, 2025
Bumps [cmake](https://github.com/rust-lang/cmake-rs) from 0.1.52 to 0.1.53. - [Release notes](https://github.com/rust-lang/cmake-rs/releases) - [Changelog](https://github.com/rust-lang/cmake-rs/blob/master/CHANGELOG.md) - [Commits](rust-lang/cmake-rs@v0.1.52...v0.1.53) --- updated-dependencies: - dependency-name: cmake dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.