diff options
Diffstat (limited to 'src/wasm.h')
-rw-r--r-- | src/wasm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wasm.h b/src/wasm.h index dba08d92e..f1f16a469 100644 --- a/src/wasm.h +++ b/src/wasm.h @@ -704,6 +704,7 @@ public: void addStart(const Name& s); void removeImport(Name name); + void removeExport(Name name); // TODO: remove* for other elements void updateMaps(); |