diff options
Diffstat (limited to 'targets/wasm.json')
-rw-r--r-- | targets/wasm.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/targets/wasm.json b/targets/wasm.json index 8b5ed8553..4bde3b746 100644 --- a/targets/wasm.json +++ b/targets/wasm.json @@ -3,7 +3,7 @@ "build-tags": ["js", "wasm"], "goos": "js", "goarch": "wasm", - "compiler": "clang-8", + "compiler": "clang", "linker": "wasm-ld", "cflags": [ "--target=wasm32", |