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

Try to fix #2296 and support to get wasm file through http protocol #2297

Merged
merged 16 commits into from
Jun 18, 2021

Commits on Aug 26, 2020

  1. Update mod.rs

    juzi5201314 authored Aug 26, 2020
    Configuration menu
    Copy the full SHA
    d992cf7 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2020

  1. Update mod.rs

    juzi5201314 authored Aug 27, 2020
    Configuration menu
    Copy the full SHA
    7d7f1a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f1b75a View commit details
    Browse the repository at this point in the history
  3. Another stupid mistake...

    juzi5201314 committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    fb73ae2 View commit details
    Browse the repository at this point in the history
  4. Fix errors caused by {}

    juzi5201314 committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    5106e9e View commit details
    Browse the repository at this point in the history
  5. bg is missing

    juzi5201314 committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    ffeda68 View commit details
    Browse the repository at this point in the history
  6. RealPathSync cannot be used to get the parent directory of file under…

    … linux, so substring and lastIndexOf will be used to get the parent directory under linux
    juzi5201314 committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    ae249eb View commit details
    Browse the repository at this point in the history
  7. Missing readFileSync

    juzi5201314 committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    cd74026 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2021

  1. Configuration menu
    Copy the full SHA
    b276ff8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f71515d View commit details
    Browse the repository at this point in the history
  3. Change includes to switch-case. And change the synchronous file ope…

    …ration to asynchronous.
    juzi5201314 committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    4920e21 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1ffe98c View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2021

  1. throw a proper Error instance

    Co-authored-by: Ingvar Stepanyan <[email protected]>
    juzi5201314 and RReverser authored Jun 16, 2021
    Configuration menu
    Copy the full SHA
    7f4e54d View commit details
    Browse the repository at this point in the history
  2. Reuse url instance

    Co-authored-by: Ingvar Stepanyan <[email protected]>
    juzi5201314 and RReverser authored Jun 16, 2021
    Configuration menu
    Copy the full SHA
    1214c9d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    76c5e82 View commit details
    Browse the repository at this point in the history
  4. reuse unnecessary code.

    juzi5201314 committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    7bc87bb View commit details
    Browse the repository at this point in the history