Refine binary size and fix several minor issues (#104) #24
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.
Implement memory profiler, optimize memory usage, modify code indent
Implement memory.grow and limit heap space base offset to 1G; modify iwasm build type to Release and 64 bit by default
Add a new extension library: connection
Fix bug of reading magic number and version in big endian platform
Re-org platform APIs: move most platform APIs from iwasm to shared-lib
Enhance wasm loader to fix some security issues
Fix issue about illegal load of EXC_RETURN into PC on stm32 board
Updates that let a restricted version of the interpreter run in SGX
Enable native/app address validation and conversion for wasm app
Remove wasm_application_exectue_* APIs from wasm_export.h which makes confused
Refine binary size and fix several minor issues
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