Skip to content

Add BUILD_TARGET setting in makefile#135

Merged
wenyongh merged 55 commits intobytecodealliance:masterfrom
wenyongh:master
Nov 1, 2019
Merged

Add BUILD_TARGET setting in makefile#135
wenyongh merged 55 commits intobytecodealliance:masterfrom
wenyongh:master

Conversation

@wenyongh
Copy link
Collaborator

@wenyongh wenyongh commented Nov 1, 2019

To replace cpu compiler flags in source code, such as x86_64, arm, __mips. It is difficult to enum all the compiler flags of cpu in source file, so we change to set the build target in makefile.

Add macro OS_MACOSX in invokeNative_em64.s.

wenyongh added 30 commits May 17, 2019 06:26
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)
Use one libc wrapper copy for sgx and other platforms (#107)
Sync up with master repo
Sync up with master repo
Sync up with master repo
Add parameter module inst for native wrapper functions (#117)
Fix typo 'destory' and compile issue (#119)
Document the Contributor Covenant as our Code of Conduct. (#116)
Remove get_module_inst() and fix issue of call native (#120)
…ove function index check to runtime instantiate
Refine wgl lib and refine wasm function index check (#122)
Refine interpreter call native process and memory boundary check (#124)
Re-implement invokeNative function of arm/mips/general version (#125)
Add a switch to build simple sample without gui support (#126)
Add toolchain for WAMR (#127)
Remove the binding between current thread and module instance and bug…
@wenyongh wenyongh merged commit 7375acd into bytecodealliance:master Nov 1, 2019
wenyongh referenced this pull request in wenyongh/wasm-micro-runtime Nov 1, 2019
Add BUILD_TARGET setting in makefile (#135)
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 BUILD_TARGET setting in makefile (#135)
lum1n0us pushed a commit to lum1n0us/wasm-micro-runtime that referenced this pull request Jul 7, 2021
midokura-xavi92 pushed a commit to midokura/wasm-micro-runtime that referenced this pull request Apr 17, 2025
fix(sys_collect_states.c): Fix wrong return value
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.

1 participant