finos / perspective

A data visualization and analytics component, especially well-suited for large and/or streaming datasets.
https://perspective.finos.org/
Apache License 2.0
7.73k stars 1.05k forks source link

Update `http-server` examples dependency #2505

Closed texodus closed 5 months ago

texodus commented 5 months ago

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.