summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/WebAssembly
diff options
context:
space:
mode:
authorAli Mohammad Pur <ali.mpfard@gmail.com>2021-07-17 01:11:28 +0430
committerAli Mohammad Pur <ali.mpfard@gmail.com>2021-07-17 01:11:28 +0430
commit23b48f8fe127bd631522b7235e51ea3b8e66835d (patch)
tree9d3e3e69d2e1929f9c4e07ab88ef11fadb5b8ddb /Userland/Libraries/LibWeb/WebAssembly
parent35394dbfaa23b44a293da85b20a63a10f73572c3 (diff)
downloadserenity-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.cpp1
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)