threads: add feature flag for threads (#1932)

Signed-off-by: Anuraag Agrawal <anuraaga@gmail.com>
This commit is contained in:
Anuraag Agrawal
2024-01-22 14:12:18 +09:00
committed by GitHub
parent 38fee45418
commit 4fe86b283d
17 changed files with 258 additions and 22 deletions

View File

@@ -143,6 +143,8 @@ const (
// Note: The instruction list is too long to enumerate in godoc.
// See https://github.com/WebAssembly/spec/blob/wg-2.0.draft1/proposals/simd/SIMD.md
CoreFeatureSIMD
// Update experimental/features.go when adding elements here.
)
// SetEnabled enables or disables the feature or group of features.