Eliminate [[clang::musttail]] from wasm builds.

The roll is currently failing because wasm builds are failing with
"error: WebAssembly 'tail-call' feature not enabled"

It looks like tail-calling in wasm was only added in 2023:
https://v8.dev/blog/wasm-tail-call

Tail-calls aren't critical for skcms, so let's disable it.

Change-Id: Iccdde81117e8cb5ebb7c76fd9a26869b364efae6
Reviewed-on: https://skia-review.googlesource.com/c/skcms/+/782436
Reviewed-by: Brian Osman <brianosman@google.com>
Auto-Submit: John Stiles <johnstiles@google.com>
Commit-Queue: Brian Osman <brianosman@google.com>
1 file changed