summaryrefslogtreecommitdiff
path: root/src/shell-interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shell-interface.h')
-rw-r--r--src/shell-interface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shell-interface.h b/src/shell-interface.h
index 1dcbe4c28..53a954aef 100644
--- a/src/shell-interface.h
+++ b/src/shell-interface.h
@@ -32,7 +32,7 @@ namespace wasm {
struct ExitException {};
struct TrapException {};
-struct ShellExternalInterface : ModuleInstance::ExternalInterface {
+struct ShellExternalInterface final : ModuleInstance::ExternalInterface {
// The underlying memory can be accessed through unaligned pointers which
// isn't well-behaved in C++. WebAssembly nonetheless expects it to behave
// properly. Avoid emitting unaligned load/store by checking for alignment