You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
394 B
13 lines
394 B
diff --git a/node_modules/borc/src/decoder.asm.js b/node_modules/borc/src/decoder.asm.js
|
|
index d77a3c2..dc70f6b 100644
|
|
--- a/node_modules/borc/src/decoder.asm.js
|
|
+++ b/node_modules/borc/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
|
|
|
|
|