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

feat(wasm-support): add wasm support #351

Merged
merged 16 commits into from
Sep 23, 2024

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    c21c561 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ddfa6be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f1f8d57 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eeddc3e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ed42109 View commit details
    Browse the repository at this point in the history
  6. fmt

    irvingoujAtDevolution committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    9413a6b View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    02c0b1f View commit details
    Browse the repository at this point in the history
  2. Squashed commit of the following:

    commit 686cd89
    Author: irving ou <[email protected]>
    Date:   Fri Sep 20 09:29:24 2024 -0400
    
        update cargo.toml
    
    commit 25c0847
    Author: irving ou <[email protected]>
    Date:   Thu Sep 19 14:54:43 2024 -0400
    
        Update time.rs
    
    commit 0d7ad5c
    Author: irving ou <[email protected]>
    Date:   Thu Sep 19 14:51:45 2024 -0400
    
        fmt
    
    commit c9667a6
    Author: irving ou <[email protected]>
    Date:   Thu Sep 19 14:50:56 2024 -0400
    
        allow dead code
    
    commit e1e9e8c
    Author: irving ou <[email protected]>
    Date:   Thu Sep 19 14:45:38 2024 -0400
    
        Create runtime.rs
    
    commit 77bea62
    Author: irving ou <[email protected]>
    Date:   Thu Sep 19 14:45:03 2024 -0400
    
        Add comments
    
    commit 2cf485c
    Author: irving ou <[email protected]>
    Date:   Thu Sep 19 14:44:03 2024 -0400
    
        feat(wasm): Add util creates for runtime,future and time primitives for wasm
    irvingoujAtDevolution committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    60af4fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6da4e56 View commit details
    Browse the repository at this point in the history
  4. Update rust.yml

    Eugeny committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    d13a45a View commit details
    Browse the repository at this point in the history
  5. panic lints

    Eugeny committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    6f00a78 View commit details
    Browse the repository at this point in the history
  6. lint

    Eugeny committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    3619bf0 View commit details
    Browse the repository at this point in the history
  7. simplify spawn runtime

    Eugeny committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    e17ee82 View commit details
    Browse the repository at this point in the history
  8. un-gate agent impl

    Eugeny committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    dd4e1eb View commit details
    Browse the repository at this point in the history
  9. cleanup

    Eugeny committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    6811f1d View commit details
    Browse the repository at this point in the history
  10. fmt

    Eugeny committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    d48619c View commit details
    Browse the repository at this point in the history