This repository has been archived on 2023-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
wasm-micro-runtime/core/iwasm/runtime/vmcore-wasm
wenyongh 504268b297 Implement memory.grow and limit heap space base offset to 1G (#36)
* 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
2019-05-31 01:21:39 -05:00
..
invokeNative_general.c Import app manager, samples and test-tools 2019-05-17 17:15:25 +08:00
invokeNative_ia32.s Import app manager, samples and test-tools 2019-05-17 17:15:25 +08:00
vmcore.cmake Import app manager, samples and test-tools 2019-05-17 17:15:25 +08:00
wasm_application.c Import app manager, samples and test-tools 2019-05-17 17:15:25 +08:00
wasm_interp.c Implement memory.grow and limit heap space base offset to 1G (#36) 2019-05-31 01:21:39 -05:00
wasm_interp.h Import app manager, samples and test-tools 2019-05-17 17:15:25 +08:00
wasm_loader.c Implement memory.grow and limit heap space base offset to 1G (#36) 2019-05-31 01:21:39 -05:00
wasm_loader.h Implement memory profiler, optimize memory usage, modify code indent (#35) 2019-05-23 05:03:31 -05:00
wasm_native.h Import app manager, samples and test-tools 2019-05-17 17:15:25 +08:00
wasm_opcode.h Import app manager, samples and test-tools 2019-05-17 17:15:25 +08:00
wasm_runtime.c Implement memory.grow and limit heap space base offset to 1G (#36) 2019-05-31 01:21:39 -05:00
wasm_runtime.h Implement memory.grow and limit heap space base offset to 1G (#36) 2019-05-31 01:21:39 -05:00
wasm_thread.h Import app manager, samples and test-tools 2019-05-17 17:15:25 +08:00
wasm.h Implement memory profiler, optimize memory usage, modify code indent (#35) 2019-05-23 05:03:31 -05:00