By default, we add a lot of build in functions that may
never get called.
This commit adds a simple reachability graph algorithm
to remove functions that can't be called from outside.
Also, unmarks a lot of functions as being exported. It
was the default to export - now it's the default to not
export.
Also, some general cleanup to the wasm statement calls.