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

Support serving wasm with application/wasm #7670

Merged
merged 1 commit into from
Mar 9, 2018

Commits on Mar 8, 2018

  1. Support serving wasm with application/wasm

    The fastest way to load wasm is WebAssembly.instantiateStreaming
    but it requires the mime-type to be correct.
    
    I can't update the mime module because it has engines >=6.
    
    I updated broccoli-middleware but have to manually define it for testem.
    
    (cherry picked from commit 43400c3)
    krisselden authored and rwjblue committed Mar 8, 2018
    Configuration menu
    Copy the full SHA
    2a64ea9 View commit details
    Browse the repository at this point in the history