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

Remove an experimental js feature #436

Merged
merged 1 commit into from
Jul 7, 2024
Merged

Remove an experimental js feature #436

merged 1 commit into from
Jul 7, 2024

Conversation

tatsuya6502
Copy link
Member

@tatsuya6502 tatsuya6502 commented Jul 7, 2024

Remove the js feature.

The js feature is experimental and it is actually broken (will not compile). Moka currently does not support Wasm and WASI targets.

Fixes #423.

The `js` feature is experimental and it is actually broken (will not compile). Moka
currently does not support Wasm and WASI targets.
@tatsuya6502 tatsuya6502 added this to the v0.12.8 milestone Jul 7, 2024
Copy link

codecov bot commented Jul 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.95%. Comparing base (5f19d5f) to head (bf10178).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #436      +/-   ##
==========================================
- Coverage   94.97%   94.95%   -0.03%     
==========================================
  Files          44       44              
  Lines       20983    20983              
==========================================
- Hits        19929    19924       -5     
- Misses       1054     1059       +5     

Copy link
Member Author

@tatsuya6502 tatsuya6502 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Merging.

@tatsuya6502 tatsuya6502 merged commit 4b83184 into main Jul 7, 2024
53 checks passed
@tatsuya6502 tatsuya6502 deleted the remove-js-feature branch July 7, 2024 09:36
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.

Should Moka work in WASM?
1 participant