From 64f832b0082fb5b2792fb74aa3c5dea58aec92f9 Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Thu, 8 Feb 2024 13:21:05 -0800 Subject: [PATCH] note --- src/passes/StringLowering.cpp | 4 ++++ 1 file changed, 4 insertions(+) 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