diff options
author | Ali Mohammad Pur <ali.mpfard@gmail.com> | 2021-07-17 01:11:28 +0430 |
---|---|---|
committer | Ali Mohammad Pur <ali.mpfard@gmail.com> | 2021-07-17 01:11:28 +0430 |
commit | 23b48f8fe127bd631522b7235e51ea3b8e66835d (patch) | |
tree | 9d3e3e69d2e1929f9c4e07ab88ef11fadb5b8ddb /Userland/Libraries/LibWeb/WebAssembly | |
parent | 35394dbfaa23b44a293da85b20a63a10f73572c3 (diff) | |
download | serenity-23b48f8fe127bd631522b7235e51ea3b8e66835d.zip |
Revert "LibWasm: Some more performance stuff (#8812)"
This reverts commit 35394dbfaa23b44a293da85b20a63a10f73572c3.
I pushed the wrong button again, hopefully this will be the last of
such incidents.
Diffstat (limited to 'Userland/Libraries/LibWeb/WebAssembly')
-rw-r--r-- | Userland/Libraries/LibWeb/WebAssembly/WebAssemblyObject.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/Libraries/LibWeb/WebAssembly/WebAssemblyObject.cpp b/Userland/Libraries/LibWeb/WebAssembly/WebAssemblyObject.cpp index d383994ad1..96654696eb 100644 --- a/Userland/Libraries/LibWeb/WebAssembly/WebAssemblyObject.cpp +++ b/Userland/Libraries/LibWeb/WebAssembly/WebAssemblyObject.cpp @@ -25,7 +25,6 @@ namespace Web::Bindings { WebAssemblyObject::WebAssemblyObject(JS::GlobalObject& global_object) : Object(*global_object.object_prototype()) { - s_abstract_machine.enable_instruction_count_limit(); } void WebAssemblyObject::initialize(JS::GlobalObject& global_object) |