The Wayback Machine - https://web.archive.org/web/20220728025134/https://github.com/ffmpegwasm/ffmpeg.wasm/pull/328
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

build: Remove --experimental-wasm-bulk-memory flag #328

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

duncanbeevers
Copy link

@duncanbeevers duncanbeevers commented Feb 23, 2022

The --experimental-wasm-bulk-memory is no longer supported by Chrome.

Running this repo locally against Chrome Version 98.0.4758.80 (Official Build) (arm64), I'm able to run the unit tests without this flag.

With the flag in place, the tests exit early with an error message.

2022-02-23 at 2 16 PM

With the flag removed, the tests exit happily.

2022-02-23 at 2 17 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant