summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/passes/StringLowering.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/passes/StringLowering.cpp b/src/passes/StringLowering.cpp
index e1bae8520..bdecf648a 100644
--- a/src/passes/StringLowering.cpp
+++ b/src/passes/StringLowering.cpp
@@ -25,6 +25,10 @@
// imported globals of type externref, for use with the string imports proposal.
// String operations will likewise need to be lowered. TODO
//
+// Specs:
+// https://github.com/WebAssembly/stringref/blob/main/proposals/stringref/Overview.md
+// https://github.com/WebAssembly/js-string-builtins/blob/main/proposals/js-string-builtins/Overview.md
+//
#include <algorithm>