File tree 7 files changed +9
-9
lines changed
7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 71
71
uses : actions/cache@v2
72
72
id : cache-wasi-libc
73
73
with :
74
- key : wasi-libc-sysroot-v3
74
+ key : wasi-libc-sysroot-v4
75
75
path : lib/wasi-libc/sysroot
76
76
- name : Build wasi-libc
77
77
if : steps.cache-wasi-libc.outputs.cache-hit != 'true'
Original file line number Diff line number Diff line change 81
81
uses : actions/cache@v2
82
82
id : cache-wasi-libc
83
83
with :
84
- key : wasi-libc-sysroot-linux-asserts-v4
84
+ key : wasi-libc-sysroot-linux-asserts-v5
85
85
path : lib/wasi-libc/sysroot
86
86
- name : Build wasi-libc
87
87
if : steps.cache-wasi-libc.outputs.cache-hit != 'true'
@@ -222,7 +222,7 @@ jobs:
222
222
uses : actions/cache@v2
223
223
id : cache-wasi-libc
224
224
with :
225
- key : wasi-libc-sysroot-linux-asserts-v4
225
+ key : wasi-libc-sysroot-linux-asserts-v5
226
226
path : lib/wasi-libc/sysroot
227
227
- name : Build wasi-libc
228
228
if : steps.cache-wasi-libc.outputs.cache-hit != 'true'
Original file line number Diff line number Diff line change 72
72
uses : actions/cache@v2
73
73
id : cache-wasi-libc
74
74
with :
75
- key : wasi-libc-sysroot-v3
75
+ key : wasi-libc-sysroot-v4
76
76
path : lib/wasi-libc/sysroot
77
77
- name : Build wasi-libc
78
78
if : steps.cache-wasi-libc.outputs.cache-hit != 'true'
Original file line number Diff line number Diff line change @@ -234,7 +234,7 @@ endif
234
234
wasi-libc : lib/wasi-libc/sysroot/lib/wasm32-wasi/libc.a
235
235
lib/wasi-libc/sysroot/lib/wasm32-wasi/libc.a :
236
236
@if [ ! -e lib/wasi-libc/Makefile ]; then echo " Submodules have not been downloaded. Please download them using:\n git submodule update --init" ; exit 1; fi
237
- cd lib/wasi-libc && make -j4 WASM_CFLAGS=" -O2 -g -DNDEBUG" MALLOC_IMPL=none WASM_CC =$(CLANG ) WASM_AR =$(LLVM_AR ) WASM_NM =$(LLVM_NM )
237
+ cd lib/wasi-libc && make -j4 WASM_CFLAGS=" -O2 -g -DNDEBUG" MALLOC_IMPL=none CC =$(CLANG ) AR =$(LLVM_AR ) NM =$(LLVM_NM )
238
238
239
239
240
240
# Build the Go compiler.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/tinygo-org/tinygo
3
3
go 1.16
4
4
5
5
require (
6
- github.com/aykevl/go-wasm v0.0.2-0.20211119014117-0761b1ddcd1a
6
+ github.com/aykevl/go-wasm v0.0.2-0.20220616010729-4a0a888aebdc
7
7
github.com/blakesmith/ar v0.0.0-20150311145944-8bd4349a67f2
8
8
github.com/chromedp/cdproto v0.0.0-20220113222801-0725d94bb6ee
9
9
github.com/chromedp/chromedp v0.7.6
Original file line number Diff line number Diff line change 1
- github.com/aykevl/go-wasm v0.0.2-0.20211119014117-0761b1ddcd1a h1:QPU7APo6y/6VkCDq6HU3WWIUzER8iywSac23+1UQv60 =
2
- github.com/aykevl/go-wasm v0.0.2-0.20211119014117-0761b1ddcd1a /go.mod h1:7sXyiaA0WtSogCu67R2252fQpVmJMh9JWJ9ddtGkpWw =
1
+ github.com/aykevl/go-wasm v0.0.2-0.20220616010729-4a0a888aebdc h1:Yp49g+qqgQRPk/gcRSmAsXgnT16XPJ6Y5JM1poc6gYM =
2
+ github.com/aykevl/go-wasm v0.0.2-0.20220616010729-4a0a888aebdc /go.mod h1:7sXyiaA0WtSogCu67R2252fQpVmJMh9JWJ9ddtGkpWw =
3
3
github.com/blakesmith/ar v0.0.0-20150311145944-8bd4349a67f2 h1:oMCHnXa6CCCafdPDbMh/lWRhRByN0VFLvv+g+ayx1SI =
4
4
github.com/blakesmith/ar v0.0.0-20150311145944-8bd4349a67f2 /go.mod h1:PkYb9DJNAwrSvRx5DYA+gUcOIgTGVMNkfSCbZM8cWpI =
5
5
github.com/chromedp/cdproto v0.0.0-20211126220118-81fa0469ad77 /go.mod h1:At5TxYYdxkbQL0TSefRjhLE3Q0lgvqKKMSFUglJ7i1U =
You can’t perform that action at this time.
0 commit comments