-
Notifications
You must be signed in to change notification settings - Fork 646
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
Enable ARM and THUMB AOT support, enable Android platform support #182
Merged
Conversation
This file contains 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 (#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 (#36)
Sync up with main repo
Add a new extension library: connection (#39)
Fix bug of reading magic number and version in big endian platform (#41)
Add support for VxWorks (#43)
Re-org platform APIs: move most platform APIs of iwasm to shared-lib …
Implement 2D graphic API (#87)
Sync up with main repo
Enhance wasm loader to fix some security issues (#91)
Sync up with main repo
Fix issue about illegal load of EXC_RETURN into PC on stm32 board (#98)
Optimize interpreter LOAD/STORE opcodes to decrease the binary size Fix issues when using iwasm library: _bh_log undefined, bh_memory.h not found Remove unused _stdin/_stdout/_stderr global variables resolve in libc wrapper Add macros of global heap size, stack size, heap size for Zephyr main.c Clear compile warning of wasm_application.c
Enable native/app address validation and conversion for wasm app (#102)
Refine binary size and fix several minor issues (#104)
Update document, fix typo of wamrc help info (#158)
Refine interpreter to improve performance, refine memory usage (#161)
Refine interpreter to improve performance (#162)
support app framework base library in assemblyscript (#164)
Fix issues when use linux-sgx as cmake subdirectory (#166)
Refine wasm loader and interpreter, enhance wamrc to support SGX (#167)
Remove unused build folders (#168)
Sync up with main repo
Sync up with main repo
Sync up with main repo
Diasble AOT in SGX build by default, as it requires SGX SDKv2.8 or la…
Fix block addr cache uninitialized issue in aot compiler (#181)
xwang98
approved these changes
Feb 27, 2020
wenyongh
referenced
this pull request
in wenyongh/wasm-micro-runtime
Feb 27, 2020
Enable ARM and THUMB AOT support, enable Android platform support (#182)
victoryang00
pushed a commit
to victoryang00/wamr-aot-gc-checkpoint-restore
that referenced
this pull request
May 27, 2024
…tecodealliance#182) * Sync with internal/feature: enable arm aot and android platform
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.