nickysn
|
8e2e31f95c
|
* memory.grow returns the previous memory size in pages, so we don't need to ask for the size first in SysOSAlloc
git-svn-id: branches/wasm@48343 -
|
2021-01-23 06:40:45 +00:00 |
|
nickysn
|
a6d332d092
|
- removed the heap alloc/free function debug output
git-svn-id: branches/wasm@48342 -
|
2021-01-23 06:37:22 +00:00 |
|
nickysn
|
54299874d3
|
+ implemented memory.grow and memory.size intrinsics and implemented SysOSAlloc
git-svn-id: branches/wasm@48290 -
|
2021-01-21 23:13:49 +00:00 |
|
nickysn
|
fe7fd69d5e
|
+ initialize heap in the system unit startup (but SysOSAlloc is not yet implemented)
git-svn-id: branches/wasm@48289 -
|
2021-01-21 22:22:08 +00:00 |
|
nickysn
|
2f233adda2
|
+ dummy WASI heap functions
git-svn-id: branches/wasm@48220 -
|
2021-01-19 19:55:34 +00:00 |
|