mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
emscripten: malloc() and free() should be exported as library symbols
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -35,7 +35,7 @@ symbols() {
|
||||
} | \
|
||||
sort | \
|
||||
{
|
||||
out=''
|
||||
out='"_malloc","_free"'
|
||||
while read symbol ; do
|
||||
if [ ! -z "$out" ]; then
|
||||
out="${out},"
|
||||
|
||||
Reference in New Issue
Block a user