Skip to content

Update http-server examples dependency#2505

Merged
texodus merged 1 commit intomasterfrom
update-http-server
Jan 18, 2024
Merged

Update http-server examples dependency#2505
texodus merged 1 commit intomasterfrom
update-http-server

Conversation

@texodus
Copy link
Member

@texodus texodus commented Jan 17, 2024

The http-server dependency used by the /examples projects no longer works in Chrome because it sets the Content-Type header for wasm assets to application/wasm; charset=utf-8, which is not a valid mimetype for WebAssembly.instantiateStreaming(). Related http-server bug

Unsure how this regression was introduced, as it certainly worked when it was written.

@texodus texodus added the internal Internal refactoring and code quality improvement label Jan 17, 2024
@texodus texodus merged commit f716036 into master Jan 18, 2024
@texodus texodus deleted the update-http-server branch January 18, 2024 03:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

internal Internal refactoring and code quality improvement

Development

Successfully merging this pull request may close these issues.

1 participant