1## Concurrent Instantiation example 2 3This example demonstrates how to instantiate multiple Wasm instances per Goroutine __concurrently__. 4 5```bash 6$ go run main.go 70 898 94 1040 1142 1230 1332 1424 152 16--snip-- 17```
View as plain text