Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Load big .js files in native part #9044

Closed
yenda opened this issue Sep 25, 2019 · 0 comments
Closed

Load big .js files in native part #9044

yenda opened this issue Sep 25, 2019 · 0 comments

Comments

@yenda
Copy link
Contributor

yenda commented Sep 25, 2019

Problem

We have the following in the codebase:

(def webview-js (slurp "resources/js/webview.js"))
(def web3-file (slurp "resources/js/web3.min.js"))

this is big files going through the bridge

Implementation

put it it native code for our webviews, for web3 it should be under an option since it can be enabled or disabled as a user option

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants