diff options
author | Charlie Haley <[email protected]> | 2023-07-31 19:48:11 +0100 |
---|---|---|
committer | Ron Evans <[email protected]> | 2023-08-01 09:56:58 +0200 |
commit | 5f2e72f3716b4c3a1dde059d0c4471fc2c7adac9 (patch) | |
tree | e06c7af5f26797e701afa765162ed375475a444c /targets | |
parent | 5b581d83b379d77472405ffc1296939b7af409d4 (diff) | |
download | tinygo-5f2e72f3716b4c3a1dde059d0c4471fc2c7adac9.tar.gz tinygo-5f2e72f3716b4c3a1dde059d0c4471fc2c7adac9.zip |
compiler: add compiler-rt to wasm.json
Diffstat (limited to 'targets')
-rw-r--r-- | targets/wasm.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/targets/wasm.json b/targets/wasm.json index 37034c6c3..4e0de37d1 100644 --- a/targets/wasm.json +++ b/targets/wasm.json @@ -7,6 +7,7 @@ "goarch": "wasm", "linker": "wasm-ld", "libc": "wasi-libc", + "rtlib": "compiler-rt", "scheduler": "asyncify", "default-stack-size": 16384, "cflags": [ |