diff options
author | Ayke van Laethem <[email protected]> | 2021-11-03 23:06:59 +0100 |
---|---|---|
committer | Ron Evans <[email protected]> | 2021-11-04 12:34:23 +0100 |
commit | fb6571e405afb8de121230f08b0e6a092a05f88d (patch) | |
tree | 4e4d34d9cb111810db95ab7e2b628a5fc29a62ea /go.mod | |
parent | 29206cf0a4a8efcdabe50306090fe6125f6b2d0c (diff) | |
download | tinygo-fb6571e405afb8de121230f08b0e6a092a05f88d.tar.gz tinygo-fb6571e405afb8de121230f08b0e6a092a05f88d.zip |
builder: add support for -size= flag for WebAssembly
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |