From 4a73d23b78ca87618cae5bdee9099ba0cee1ff66 Mon Sep 17 00:00:00 2001 From: Anuraag Agrawal Date: Mon, 22 Jan 2024 14:27:37 +0900 Subject: [PATCH] threads: fix comment on feature flag since compiler is supported (#1933) Signed-off-by: Anuraag Agrawal --- experimental/features.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/experimental/features.go b/experimental/features.go index 72ae807d..b2a5b906 100644 --- a/experimental/features.go +++ b/experimental/features.go @@ -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.