aboutsummaryrefslogtreecommitdiff
path: root/src/linker.lds
blob: 2304e6ac40b8c9a28778e0452225aa5dc48880c2 (plain) (blame)
1
2
3
4
5
6
7
8
9
BUN_1.0 {
    global:
	napi*;
	node_api_*;
	__cxa_atexit;
	__cxa_thread_atexit_impl;
    local:
	*;
};