Skip to content

[WASM] Add a browser module #531

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

Merged
merged 10 commits into from
Feb 24, 2019

Conversation

coolreader18
Copy link
Member

Includes the fetch builtin I was working on in #267.

@coolreader18 coolreader18 changed the title Add a browser module to WASM [WASM] Add a browser module Feb 23, 2019
@codecov-io
Copy link

codecov-io commented Feb 23, 2019

Codecov Report

Merging #531 into master will decrease coverage by 0.33%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #531      +/-   ##
==========================================
- Coverage   48.41%   48.08%   -0.34%     
==========================================
  Files          69       70       +1     
  Lines       14375    14473      +98     
  Branches     3591     3620      +29     
==========================================
- Hits         6960     6959       -1     
- Misses       5554     5653      +99     
  Partials     1861     1861
Impacted Files Coverage Δ
vm/src/macros.rs 14.28% <ø> (ø) ⬆️
wasm/lib/src/wasm_builtins.rs 0% <0%> (ø) ⬆️
wasm/lib/src/vm_class.rs 0% <0%> (ø) ⬆️
vm/src/pyobject.rs 79.78% <0%> (-5%) ⬇️
wasm/lib/src/lib.rs 0% <0%> (ø) ⬆️
wasm/lib/src/browser_module.rs 0% <0%> (ø)
... and 1 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d44f1b3...9d99f94. Read the comment docs.

@windelbouwman windelbouwman merged commit 098675d into RustPython:master Feb 24, 2019
@coolreader18 coolreader18 deleted the wasm-fetch-builtin branch February 24, 2019 15:09
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.

3 participants