2022-03-14 08:20:20 +01:00
|
|
|
// malloc/free implementation for freestanding webassembly target. We just use walloc at the moment
|
2022-01-07 12:16:06 +01:00
|
|
|
module builtin
|
|
|
|
|
2022-03-14 08:20:20 +01:00
|
|
|
#flag -I @VEXEROOT/thirdparty/walloc/
|
|
|
|
#include "walloc.c"
|