diff options
author | Paul Duncan <pabs@pablotron.org> | 2022-02-27 04:21:53 -0500 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2022-02-27 04:21:53 -0500 |
commit | a1c1ab2f64e3135807fbee392e48979f0af18b29 (patch) | |
tree | 695d464c5d777819f0415aaaa6d24f8537dad555 /TODO.md | |
parent | 84316f86ba41dde3cc5166e1cf28cc498e101daf (diff) | |
download | pablotron.org-a1c1ab2f64e3135807fbee392e48979f0af18b29.tar.bz2 pablotron.org-a1c1ab2f64e3135807fbee392e48979f0af18b29.zip |
TODO.md: add tinygo notes
Diffstat (limited to 'TODO.md')
-rw-r--r-- | TODO.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -129,6 +129,11 @@ this stuff may not make any sense. - https://github.com/CycloneDX/cyclonedx-go * investigate sendBeacon() https://developer.mozilla.org/en-US/docs/Web/API/Navigator/sendBeacon +* installed/tried tinygo for building wasm + - 3M to 300k for hello world, ~120k w/ gzip + - https://tinygo.org/getting-started/install/linux/ + - https://blog.suborbital.dev/foundations-wasm-in-golang-is-fantastic + - see notes in ~/git/test/go/wasm/ ## done * add project folders |