diff --git a/src/passes/StringLowering.cpp b/src/passes/StringLowering.cpp index e1bae85200a..bdecf648a4f 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