github.com/tetratelabs/tinymem@v0.1.0/README.md (about) 1 [](https://github.com/tetratelabs/tinymem) 2 [](https://goreportcard.com/report/github.com/tetratelabs/tinymem) 3 [](LICENSE) 4 5 # TinyMem 6 7 TinyMem is a collection of WebAssembly compatible memory utilities for TinyGo. 8 This allows you to implement tested best practices, without copy/paste! 9 10 Check out our [example](example), which lets the WebAssembly host safely use 11 TinyGo's memory allocator, in order to pass strings which aren't natively 12 supported in WebAssembly.