forked from bytecodealliance/wasm-micro-runtime
-
Notifications
You must be signed in to change notification settings - Fork 0
Sync with master repo #82
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
set up readme, contributing and bug template.
2. fix bug of sensor_config_with_attr
add comments for app lib and fix bug of sensor_config_with_attr
Merge from main repo
merge with upstream
sync with upstream
convert tab to 4 spaces in header files (#4)
Sync up with repo master.
Signed-off-by: Eric Engestrom <[email protected]>
Signed-off-by: Eric Engestrom <[email protected]>
Fix minor spelling issue in the README.md.
Throughout the text I have tried to make it a bit more readable.
Signed-off-by: Eric Engestrom <[email protected]>
Signed-off-by: Eric Engestrom <[email protected]>
Update README.md
Sync up with main repo.
Fix code indent issue and compile error in 64-bit
Merge pull request #22 from wenyongh/master
1. Remove the copy of libvmlib.a and libextlib.a to ../enclave_example, which doesn't exist in other project. 2. Use default SGX_SDK path to avoid "source $SGX_SDK/environment". Signed-off-by: Junxian.Xiao <[email protected]>
* Fixed C compiler detection error in CMakeList.txt * Update CMakeLists.txt Co-authored-by: wenyongh <[email protected]>
* RSIZE_MAX is already defined by system on darwin * MADV_HUGEPAGE is not available on darwin * Fixed linker error 'Undefined symbol _get_ext_lib_export_apis' on darwin when building iwasm dylib
#180) * Diasble AOT in SGX build by default, as it requires SGX SDKv2.8 or later. * Update bh_platform.c Co-authored-by: daomingq <[email protected]> Co-authored-by: wenyongh <[email protected]>
* Sync with internal/feature: enable arm aot and android platform
…, update documents (#185) Modified WASM runtime API: - wasm_runtime_module_malloc() - wasm_runtime_lookup_function() Introduced runtime API - wasm_runtime_register_natives()
fix the link of menu config image
Co-authored-by: Xu Jun
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.