mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-07 20:43:40 +00:00
wasm: update wasi-libc version
This is necessary for the next commit. It also results in a nice wasm binary size saving of around 300 bytes.
This commit is contained in:
committed by
Ron Evans
parent
64d7f1e436
commit
633fe95187
@@ -72,7 +72,7 @@ jobs:
|
||||
uses: actions/cache@v2
|
||||
id: cache-wasi-libc
|
||||
with:
|
||||
key: wasi-libc-sysroot-v3
|
||||
key: wasi-libc-sysroot-v4
|
||||
path: lib/wasi-libc/sysroot
|
||||
- name: Build wasi-libc
|
||||
if: steps.cache-wasi-libc.outputs.cache-hit != 'true'
|
||||
|
||||
Reference in New Issue
Block a user