This switches wasm intrinsics to use default attributes, i.e. nofree, nosync, nocallback and willreturn. Especially willreturn is required to avoid optimization regressions in the future.
The attributes are omitted from the trapping fptoi intrinsics (where I assume trapping is considered well-defined, and as such these aren't willreturn) and the atomic intrinsics, which aren't nosync
These won't return, either.