export memory related symbols

This commit is contained in:
germ3n 2025-07-14 19:06:47 +01:00 committed by FiveMovesAhead
parent 78eae463a0
commit fccc945f66

View File

@ -220,6 +220,10 @@ cat > export_symbols.map << 'EOF'
entry_point;
__fuel_remaining;
__runtime_signature;
__curr_memory_usage;
__total_memory_usage;
__max_memory_usage;
__max_allowed_memory_usage;
local: *;
};
EOF