...

Text file src/github.com/tetratelabs/wazero/internal/integration_test/vs/README.md

Documentation: github.com/tetratelabs/wazero/internal/integration_test/vs

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

View as plain text