Provide minimal C/C++ std library to wasm external scanners

This commit is contained in:
Max Brunsfeld 2022-09-08 13:36:58 -07:00
parent 7dc81303f6
commit 98ccfcffb0
5 changed files with 2344 additions and 75 deletions

View file

@ -0,0 +1,22 @@
[
"__ZdlPv",
"__Znwm",
"_calloc",
"_free",
"_malloc",
"_realloc",
"_abort",
"_iswalnum",
"_iswalpha",
"_iswdigit",
"_iswlower",
"_iswspace",
"_memchr",
"_memcmp",
"_memcpy",
"_memmove",
"_memset",
"_strlen",
"_towupper",
"_towlower"
]

1910
lib/src/wasm/wasm-stdlib.h Normal file

File diff suppressed because it is too large Load diff