github.com/bananabytelabs/wazero@v0.0.0-20240105073314-54b22a776da8/examples/concurrent-instantiation/README.md (about)

     1  ## Concurrent Instantiation example
     2  
     3  This example demonstrates how to instantiate multiple Wasm instances per Goroutine __concurrently__.
     4  
     5  ```bash
     6  $  go run main.go
     7  0
     8  98
     9  4
    10  40
    11  42
    12  30
    13  32
    14  24
    15  2
    16  --snip--
    17  ```