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

How do i import wasm modules without fetching to CDN? #31

Open
hahatulk opened this issue Sep 4, 2020 · 1 comment
Open

How do i import wasm modules without fetching to CDN? #31

hahatulk opened this issue Sep 4, 2020 · 1 comment

Comments

@hahatulk
Copy link

hahatulk commented Sep 4, 2020

I want to move CDN files to local storage and load these modules from it. But when i change url to local path, i get fetch error. How do i do it?

@guest271314
Copy link

At Chromium or Chrome you can use File System Access API or File API (<input type="file" multple>) to get local files.

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