Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Shadow Bytes.hx when targeting WebAssembly.
Sadly I don't think there's a way around this, but at least it doesn't have to affect the rest of the targets. Note to maintainers: if Haxe releases a new version of `Bytes`, copy that entire file and replace `#if cpp` with `#if (cpp || webassembly)`. No other changes should be needed.
- Loading branch information