diff options
Diffstat (limited to 'src/wasm.cpp')
-rw-r--r-- | src/wasm.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wasm.cpp b/src/wasm.cpp index 48a0f276a..dd06a8d14 100644 --- a/src/wasm.cpp +++ b/src/wasm.cpp @@ -20,6 +20,9 @@ namespace wasm { +Name WASM("wasm"), + RETURN_FLOW("*return:)*"); + struct TypeSeeker : public PostWalker<TypeSeeker, Visitor<TypeSeeker>> { Expression* target; // look for this one Name targetName; |