We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dbc80f commit 7fbfab2Copy full SHA for 7fbfab2
_content/blog/wasi.md
@@ -78,7 +78,7 @@ of how WASI works with Go, please see
78
79
## Running go tests with wasip1
80
81
-> For Go 1.21 - 1.23, use the `misc/wasm` directory
+> Go 1.24 moved the Wasm support files to `lib/wasm`. For Go 1.21 - 1.23, use the `misc/wasm` directory.
82
83
Building and running a binary is easy, but sometimes we want to be able to run
84
`go test` directly without having to build and execute the binary manually.
0 commit comments