github.com/tetratelabs/tinymem@v0.1.0/README.md (about)

     1  [![Build](https://github.com/tetratelabs/tinymem/workflows/build/badge.svg)](https://github.com/tetratelabs/tinymem)
     2  [![Go Report Card](https://goreportcard.com/badge/github.com/tetratelabs/tinymem)](https://goreportcard.com/report/github.com/tetratelabs/tinymem)
     3  [![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](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.