hecko
there used to be a really cool thing in the rust docs about using #[no_mangle] and FFI to show how linking worked
but they took out the part where you called ld with some command line switches to show the exact place in the compiled binary where that function ended up
it really brought it home for me how FFI worked and why it worked ok
minified/uglified JS with "standard" encapsulated functions or w/e is the same, really, just not binary
@SoniEx2
yea maybe, i don't have time to track it down