mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
6d1170f06c
Co-authored-by: Mark Stacey <markjstacey@gmail.com> Co-authored-by: ricky <ricky.miller@gmail.com> Co-authored-by: Elliot Winkler <elliot.winkler@gmail.com> Co-authored-by: legobeat <109787230+legobeat@users.noreply.github.com> Co-authored-by: legobt <6wbvkn0j@anonaddy.me> Co-authored-by: Pedro Figueiredo <pedro.figueiredo@consensys.net>
14 lines
388 B
Diff
14 lines
388 B
Diff
diff --git a/src/decoder.asm.js b/src/decoder.asm.js
|
|
index d77a3c20aef26fcb778d07146399cb8d74ef24bf..dc70f6be20c92b12528047e27febf35363f97166 100644
|
|
--- a/src/decoder.asm.js
|
|
+++ b/src/decoder.asm.js
|
|
@@ -1,7 +1,7 @@
|
|
/* eslint-disable */
|
|
|
|
module.exports = function decodeAsm (stdlib, foreign, buffer) {
|
|
- 'use asm'
|
|
+ // 'use asm' //causes v8 to not cache bytecode
|
|
|
|
// -- Imports
|
|
|