github.com/tetratelabs/wazero@v1.7.3-0.20240513003603-48f702e154b5/internal/integration_test/vs/README.md (about)

     1  # VS
     2  
     3  This directory contains tests which compare against other runtimes. As all
     4  known alternatives use CGO, this contains its own [go.mod](go.mod), as
     5  otherwise project dependencies are tainted and multi-platform tests more
     6  difficult to manage.
     7  
     8  Examples of portability issues besides CGO
     9  * Wasmtime can only be used in amd64
    10  * Wasmer doesn't link on Windows