-
Notifications
You must be signed in to change notification settings - Fork 8
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
Do not include lfortran.wasm
in this repo
#12
Comments
doubts:
|
After discussing this, we decided to create https://github.com/lfortran/wasm_builds which should receive the automatic commits of |
Update: With merging of #35, we are not including the |
Please, could someone possibly share if this issue is safe to close? |
I think this is fixed, thanks! |
Right now, the
lfortran.wasm
is included in the repo: https://github.com/lfortran/lcompilers_frontend/blob/master/public/lfortran.wasm, but that will not scale as we start updating it on every LFortran commit, since it is 2.5MB each.So we either need to build it automatically from the latest LFortran commit, or we need to download a prebuilt version from somewhere. Probably the latter option: LFortran's CI will build the wasm file, and push somewhere. Then this repository will download it. That way we know exactly what file is being used and can easily debug by hand if needed.
The text was updated successfully, but these errors were encountered: