aboutsummaryrefslogtreecommitdiffhomepage
path: root/go.mod
diff options
context:
space:
mode:
authorAyke van Laethem <[email protected]>2021-11-03 23:06:59 +0100
committerRon Evans <[email protected]>2021-11-04 12:34:23 +0100
commitfb6571e405afb8de121230f08b0e6a092a05f88d (patch)
tree4e4d34d9cb111810db95ab7e2b628a5fc29a62ea /go.mod
parent29206cf0a4a8efcdabe50306090fe6125f6b2d0c (diff)
downloadtinygo-fb6571e405afb8de121230f08b0e6a092a05f88d.tar.gz
tinygo-fb6571e405afb8de121230f08b0e6a092a05f88d.zip
builder: add support for -size= flag for WebAssembly
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 3dca0313f..26a4b0276 100644
--- a/go.mod
+++ b/go.mod
@@ -3,6 +3,7 @@ module github.com/tinygo-org/tinygo
go 1.15
require (
+ github.com/aykevl/go-wasm v0.0.2-0.20211030161413-11881cb9032d // indirect
github.com/blakesmith/ar v0.0.0-20150311145944-8bd4349a67f2
github.com/chromedp/cdproto v0.0.0-20210113043257-dabd2f2e7693
github.com/chromedp/chromedp v0.6.4