threads: fix comment on feature flag since compiler is supported (#1933)

Signed-off-by: Anuraag Agrawal <anuraaga@gmail.com>
This commit is contained in:
Anuraag Agrawal
2024-01-22 14:27:37 +09:00
committed by GitHub
parent 4fe86b283d
commit 4a73d23b78

View File

@@ -6,8 +6,6 @@ import "github.com/tetratelabs/wazero/api"
//
// # Notes
//
// - This is not yet implemented by default, so you will need to use
// wazero.NewRuntimeConfigInterpreter
// - The instruction list is too long to enumerate in godoc.
// See https://github.com/WebAssembly/threads/blob/main/proposals/threads/Overview.md
// - Atomic operations are guest-only until api.Memory or otherwise expose them to host functions.