Files
tinygo/src/runtime
Ayke van Laethem b40703e986 wasm: override dlmalloc heap implementation from wasi-libc
These two heaps conflict with each other, so that if any function uses
the dlmalloc heap implementation it will eventually result in memory
corruption.

This commit fixes this by implementing all heap-related functions. This
overrides the functions that are implemented in wasi-libc. That's why
all of them are implemented (even if they just panic): to make sure no
program accidentally uses the wrong one.
2021-07-15 00:13:17 +02:00
..
2018-09-14 20:58:00 +02:00
2021-03-09 16:09:51 +01:00
2019-04-13 19:58:58 +02:00
2020-07-08 21:58:15 +02:00
2021-06-22 09:03:23 +02:00
2021-01-10 21:08:52 +01:00
2019-05-11 15:33:37 +02:00
2021-01-10 21:08:52 +01:00
2021-01-10 21:08:52 +01:00
2021-06-22 09:03:23 +02:00
2021-04-12 14:49:26 +02:00
2020-04-05 16:16:57 +02:00
2021-06-10 22:03:00 +02:00
2019-12-29 10:48:28 +01:00
2018-08-30 05:48:16 +02:00
2020-04-05 16:16:57 +02:00
2020-10-02 11:26:22 +02:00
2021-03-10 22:28:58 +01:00
2020-09-21 08:49:13 +02:00
2018-09-16 13:01:03 +02:00
2020-07-08 21:58:15 +02:00