Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
runJs: correct MIME type for wasm files (#1562)
runJs task: correct MIME type for wasm files Currently wasm files are served with `application/octet-stream` which is not working. I understand that wasm is not supported by Korge yet, but it can still be used i.e. to offload heavy game computations.
- Loading branch information