diff options
Diffstat (limited to 'src/tools/wasm-ctor-eval.cpp')
-rw-r--r-- | src/tools/wasm-ctor-eval.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/tools/wasm-ctor-eval.cpp b/src/tools/wasm-ctor-eval.cpp index d3f798084..c025764e7 100644 --- a/src/tools/wasm-ctor-eval.cpp +++ b/src/tools/wasm-ctor-eval.cpp @@ -93,14 +93,6 @@ public: // serialize them.) throw FailToEvalException("table.set: TODO"); } - - Flow visitStringAs(StringAs* curr) { - // TODO: It is not clear how we can handle string.as, since it can lead to - // us needing string_views in globals, but string.as is not a constant - // instruction, so we cannot generate such globals atm. Perhaps we - // could generate them in the start function? - throw FailToEvalException("string.as: TODO"); - } }; // Build an artificial `env` module based on a module's imports, so that the |