TIL: Testing with Go WebAssembly

Tom Deneire
2 min readAug 17, 2022

TIL (“Today I learned”) are shorter, less-researched posts that I typically write to help organize my thoughts and solidify things I have learned while working. I post them here as a personal archive and of course for others to possibly benefit from.

Photo by Sigmund on Unsplash

So I’ve been working with Go WebAssembly lately (see this post) and today I figured out something important about testing for that setup.

--

--