threads: fix comment on feature flag since compiler is supported (#1933)
Signed-off-by: Anuraag Agrawal <anuraaga@gmail.com>
This commit is contained in:
@@ -6,8 +6,6 @@ import "github.com/tetratelabs/wazero/api"
|
|||||||
//
|
//
|
||||||
// # Notes
|
// # 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.
|
// - The instruction list is too long to enumerate in godoc.
|
||||||
// See https://github.com/WebAssembly/threads/blob/main/proposals/threads/Overview.md
|
// 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.
|
// - Atomic operations are guest-only until api.Memory or otherwise expose them to host functions.
|
||||||
|
|||||||
Reference in New Issue
Block a user