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

.wasm (application/wasm) is served with charset #480

Closed
JadedBlueEyes opened this issue Nov 24, 2018 · 7 comments · Fixed by #706
Closed

.wasm (application/wasm) is served with charset #480

JadedBlueEyes opened this issue Nov 24, 2018 · 7 comments · Fixed by #706

Comments

@JadedBlueEyes
Copy link

this should not happen.

@nickolay
Copy link

nickolay commented Apr 6, 2019

This works for me with ecstatic 4.0.0 - probably thanks to jfhbrook/node-ecstatic#220

@art-in
Copy link

art-in commented Jan 7, 2020

using light-server as a workaround for now, it serves wasm files with correct content type.

@tschoartschi
Copy link

Any update on this issue? Would be great to serve wasm files which are accepted by the browser 🙂

@aminya
Copy link

aminya commented Jan 13, 2021

using light-server as a workaround for now, it serves wasm files with correct content type.

Thanks. It works perfectly:

light-server --serve . --open

@rhysd
Copy link

rhysd commented Jul 10, 2021

What is blocking this issue? I'm usually using http-server for simple HTTP server on Node.js and it greatly works. But this issue made me give up using this package this time.

@zbynek
Copy link
Contributor

zbynek commented Jul 12, 2021

@rhysd

What is blocking this issue?

The problematic code is in ecstatic, so the first step is to inline ecstatic (bigger change, scheduled for next release #693), then it should be just a one-line fix

@rhysd
Copy link

rhysd commented Jul 13, 2021

@zbynek Thank you for the update. I'll wait for next release and use other HTTP server for serving Wasm files meanwhile.

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