Provide minimal C/C++ std library to wasm external scanners
This commit is contained in:
parent
7dc81303f6
commit
98ccfcffb0
5 changed files with 2344 additions and 75 deletions
22
lib/src/wasm/stdlib-symbols.json
Normal file
22
lib/src/wasm/stdlib-symbols.json
Normal 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
1910
lib/src/wasm/wasm-stdlib.h
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue