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 compilation to NodeJS module #111

Merged
merged 52 commits into from
Nov 26, 2024
Merged

Commits on Aug 29, 2024

  1. Initial wasm support

    smiasojed committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    5ac67bd View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

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

Commits on Nov 7, 2024

  1. Fix Cargo.toml

    smiasojed committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    9b23e19 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f6debc View commit details
    Browse the repository at this point in the history
  3. Fmt

    smiasojed committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    d260472 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b7b28ef View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Configuration menu
    Copy the full SHA
    b6baf6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a934ec2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    94445ba View commit details
    Browse the repository at this point in the history
  4. Add GHA for wasm target

    smiasojed committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    c51d50b View commit details
    Browse the repository at this point in the history
  5. Update wasm GHA

    smiasojed committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    c0a82ce View commit details
    Browse the repository at this point in the history
  6. Update GHA for wasm build

    smiasojed committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    8c7d18a View commit details
    Browse the repository at this point in the history
  7. Use bash in GHA

    smiasojed committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    007b79e View commit details
    Browse the repository at this point in the history
  8. Fix GHA emsdk path

    smiasojed committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    1837643 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7f3d0ce View commit details
    Browse the repository at this point in the history
  10. Install llvm in GHA

    smiasojed committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    9a8003a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2551769 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    90423ff View commit details
    Browse the repository at this point in the history
  13. Switch GHA to ubuntu

    smiasojed committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    677aedc View commit details
    Browse the repository at this point in the history
  14. Fix deps in GHA

    smiasojed committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    8a22587 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Log LLVM version in GHA

    smiasojed committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    93d2f3b View commit details
    Browse the repository at this point in the history
  2. Add Missing dep to GHA

    smiasojed committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    6e6fe20 View commit details
    Browse the repository at this point in the history
  3. Add ltinfo dep to GHA

    smiasojed committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    f59b47d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    64fefe7 View commit details
    Browse the repository at this point in the history
  5. Update GHA

    smiasojed committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    6d16790 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Fix CI for wasm path

    smiasojed committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    14991f4 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

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

    smiasojed committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    563864d View commit details
    Browse the repository at this point in the history
  3. Fmt

    smiasojed committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    010a2ed View commit details
    Browse the repository at this point in the history
  4. Fix CI

    smiasojed committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    140545e View commit details
    Browse the repository at this point in the history
  5. Rename compiler to solc

    smiasojed committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    881b883 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

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

Commits on Nov 18, 2024

  1. Cleanup

    smiasojed committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    cece20d View commit details
    Browse the repository at this point in the history
  2. Remove libsolc crate

    smiasojed committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    87dd77b View commit details
    Browse the repository at this point in the history
  3. Refactor soljson compiler

    smiasojed committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    d88ddb2 View commit details
    Browse the repository at this point in the history
  4. Fix parallel feature

    smiasojed committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    3072c03 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    63da721 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    39e5047 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. Add stdin support

    smiasojed committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    f36d62c View commit details
    Browse the repository at this point in the history
  2. Fix stdin support

    smiasojed committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    cdebf69 View commit details
    Browse the repository at this point in the history
  3. Improve description

    smiasojed committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    7740626 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fcbe00f View commit details
    Browse the repository at this point in the history
  5. Update readme file

    smiasojed committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    4918507 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0a82add View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. Fix build path

    smiasojed committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    a772ff1 View commit details
    Browse the repository at this point in the history
  2. Fix build script

    smiasojed committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    32d4b23 View commit details
    Browse the repository at this point in the history
  3. Update emscripten-build-llvm.sh

    Co-authored-by: Cyrill Leutwiler <[email protected]>
    smiasojed and xermicus authored Nov 21, 2024
    Configuration menu
    Copy the full SHA
    8990b2a View commit details
    Browse the repository at this point in the history
  4. Update comment

    smiasojed committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    05925f2 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. Update clone-llvm.sh

    Co-authored-by: Cyrill Leutwiler <[email protected]>
    smiasojed and xermicus authored Nov 22, 2024
    Configuration menu
    Copy the full SHA
    892c9b5 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. Configuration menu
    Copy the full SHA
    4e02465 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    229c0d4 View commit details
    Browse the repository at this point in the history
  3. Fix npm build

    smiasojed committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    4c0c74f View commit details
    Browse the repository at this point in the history