LibWasm+wasm: Switch to east-const to comply with project style

Against my better judgement, this change is mandated by the project code
style rules, even if it's not actually enforced.
This commit is contained in:
Ali Mohammad Pur 2021-06-04 03:42:11 +04:30 committed by Ali Mohammad Pur
commit 1b083392fa
Notes: sideshowbarker 2024-07-18 16:54:22 +09:00
11 changed files with 209 additions and 209 deletions

View file

@ -57,7 +57,7 @@ public:
Configuration& configuration;
};
void unwind(Badge<CallFrameHandle>, const CallFrameHandle&);
void unwind(Badge<CallFrameHandle>, CallFrameHandle const&);
Result call(Interpreter&, FunctionAddress, Vector<Value> arguments);
Result execute(Interpreter&);