mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-09 13:33:39 +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
@@ -3,7 +3,7 @@ module github.com/tinygo-org/tinygo
|
||||
go 1.16
|
||||
|
||||
require (
|
||||
github.com/aykevl/go-wasm v0.0.2-0.20211119014117-0761b1ddcd1a
|
||||
github.com/aykevl/go-wasm v0.0.2-0.20220616010729-4a0a888aebdc
|
||||
github.com/blakesmith/ar v0.0.0-20150311145944-8bd4349a67f2
|
||||
github.com/chromedp/cdproto v0.0.0-20220113222801-0725d94bb6ee
|
||||
github.com/chromedp/chromedp v0.7.6
|
||||
|
||||
Reference in New Issue
Block a user