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

Add WASI support for server-side rendering. #3534

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

Commits on Nov 14, 2023

  1. Configuration menu
    Copy the full SHA
    263fc9d View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Configuration menu
    Copy the full SHA
    7bd1e04 View commit details
    Browse the repository at this point in the history
  2. Temporarily enable my own patch branch.

    It would be modified later
    after the corresponding library branches are merged.
    langyo committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    a935141 View commit details
    Browse the repository at this point in the history
  3. add example for WASI SSR.

    langyo committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    3338893 View commit details
    Browse the repository at this point in the history
  4. Ready to run WASI on wasmtime.

    langyo committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    b218db9 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. complete the example

    langyo committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    7ef5659 View commit details
    Browse the repository at this point in the history
  2. fix fmt

    langyo committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    dae7f15 View commit details
    Browse the repository at this point in the history
  3. fix fmt

    langyo committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    b2e0bdc View commit details
    Browse the repository at this point in the history
  4. I made a mistake..sry

    langyo committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    517ed00 View commit details
    Browse the repository at this point in the history
  5. add yew-router suites for demo

    langyo committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    ff4a0ba View commit details
    Browse the repository at this point in the history
  6. fix typo

    langyo committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    1335d20 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1de83b7 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. Configuration menu
    Copy the full SHA
    e91895a View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Renew gloo-history's patch.

    langyo committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    cc02f93 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Configuration menu
    Copy the full SHA
    d9bae8d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf0c898 View commit details
    Browse the repository at this point in the history
  3. Fix CI.

    langyo committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    0286b69 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    666aa6a View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Configuration menu
    Copy the full SHA
    2c035e9 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Remove patchs.

    langyo committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    dea1dba View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2023

  1. Configuration menu
    Copy the full SHA
    133169e View commit details
    Browse the repository at this point in the history
  2. Remove unused exports.

    langyo committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    a520095 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b3f2b6e View commit details
    Browse the repository at this point in the history
  4. fix fmt

    langyo committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    459e110 View commit details
    Browse the repository at this point in the history
  5. fix fmt

    langyo committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    ec8ee8a View commit details
    Browse the repository at this point in the history
  6. Update Cargo.lock

    langyo committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    6699686 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    34b64ca View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    44e1442 View commit details
    Browse the repository at this point in the history
  9. fix fmt

    langyo committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    d05e0d8 View commit details
    Browse the repository at this point in the history
  10. Wait for gloo's PR dealed.

    langyo committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    0b536c3 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2023

  1. Configuration menu
    Copy the full SHA
    e40fbec View commit details
    Browse the repository at this point in the history
  2. Fix lock file.

    langyo committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    67293e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1fc95e0 View commit details
    Browse the repository at this point in the history
  4. Fix enum for gloo-history.

    langyo committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    5a7be98 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6064d8b View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Configuration menu
    Copy the full SHA
    2712030 View commit details
    Browse the repository at this point in the history
  2. Remove tips for rust version.

    langyo committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    7ed602d View commit details
    Browse the repository at this point in the history
  3. Bump gloo to 0.11.

    langyo committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    700731b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    73db848 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    24515fd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    56ca03c View commit details
    Browse the repository at this point in the history
  7. Revert MSRV back

    langyo committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    326017c View commit details
    Browse the repository at this point in the history
  8. Pin the oldest Cargo.lock.

    langyo committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    6349ad7 View commit details
    Browse the repository at this point in the history
  9. Downgrade deps for MSRV.

    langyo committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    fe37d55 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. Configuration menu
    Copy the full SHA
    9dee901 View commit details
    Browse the repository at this point in the history
  2. Try to write WASI CI.

    langyo committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    5d3912b View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Rollback the quotes

    langyo committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    9045be2 View commit details
    Browse the repository at this point in the history
  2. Combine CI files...

    langyo committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    865469d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de9b5f6 View commit details
    Browse the repository at this point in the history
  4. fix

    langyo committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    f0494f0 View commit details
    Browse the repository at this point in the history
  5. Bump gloo-history version.

    langyo committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    0991e0a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    05650be View commit details
    Browse the repository at this point in the history
  7. Rollback indexmap's version.

    langyo committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    edab060 View commit details
    Browse the repository at this point in the history
  8. fix CI

    langyo committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    1d8c171 View commit details
    Browse the repository at this point in the history
  9. fix CI

    langyo committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    32e86d0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d79f9c2 View commit details
    Browse the repository at this point in the history
  11. Remove yew-router's cfg macro

    langyo committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    3eedd37 View commit details
    Browse the repository at this point in the history
  12. Fix fmt

    langyo committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    da76e98 View commit details
    Browse the repository at this point in the history
  13. Try to fix CI

    langyo committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    6336f52 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    c861fa5 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Update examples/wasi_ssr_module/README.md

    Co-authored-by: Elina <[email protected]>
    langyo and ranile authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    1692b4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b5bb9e View commit details
    Browse the repository at this point in the history
  3. Clippy

    langyo committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    e9429db View commit details
    Browse the repository at this point in the history
  4. fmt

    langyo committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    8375313 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    a7d1350 View commit details
    Browse the repository at this point in the history
  2. Fix CI.

    langyo committed May 16, 2024
    Configuration menu
    Copy the full SHA
    d148fcb View commit details
    Browse the repository at this point in the history
  3. Fix CI.

    langyo committed May 16, 2024
    Configuration menu
    Copy the full SHA
    491a2c1 View commit details
    Browse the repository at this point in the history
  4. Try to fix clippy.

    langyo committed May 16, 2024
    Configuration menu
    Copy the full SHA
    d42077a View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2024

  1. Configuration menu
    Copy the full SHA
    f06042e View commit details
    Browse the repository at this point in the history
  2. Fix ToString trait.

    langyo committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    6398986 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c6a150 View commit details
    Browse the repository at this point in the history
  4. Pin the newer version.

    langyo committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    7a5e1f5 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Fix typo.

    langyo committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    321c99f View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Bump wasm-bindgen.

    langyo committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    47db4ba View commit details
    Browse the repository at this point in the history
  2. Fix SSR example.

    langyo committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    87d67f8 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Fix typo.

    langyo committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    30677e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1bbb3f7 View commit details
    Browse the repository at this point in the history
  3. Merge 1bbb3f7 into 73d519e

    langyo authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    4d5f6ed View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    4b69e36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0414af9 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    a6ece17 View commit details
    Browse the repository at this point in the history
  2. Update WASI CI.

    langyo committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    2df015a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d266cf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    768a914 View commit details
    Browse the repository at this point in the history
  5. Limit the function decode_base64 that it shouldn't runnable in non-…

    …browser environment.
    langyo committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    9fdae79 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d489d90 View commit details
    Browse the repository at this point in the history
  7. Revert changes.

    langyo committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    cfc86bb View commit details
    Browse the repository at this point in the history
  8. Fix CI

    langyo committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    4725390 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2024

  1. Configuration menu
    Copy the full SHA
    eb839a3 View commit details
    Browse the repository at this point in the history
  2. Fix Cargo.lock

    langyo committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    ed4f96f View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Remove unused deps

    langyo committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    4a3b79f View commit details
    Browse the repository at this point in the history