Skip to content

Commit

Permalink
Don't enable experimental webassembly
Browse files Browse the repository at this point in the history
  • Loading branch information
hoodmane committed Oct 24, 2024
1 parent 5d1c571 commit cdd4a13
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ def set_configs():
pytest_pyodide_config.get_flags("chrome")
+ [
"--enable-features=WebAssemblyExperimentalJSPI",
"--enable-experimental-webassembly-features",
],
)

Expand Down

0 comments on commit cdd4a13

Please sign in to comment.