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 support for wasm compile targets #339

Merged
merged 27 commits into from
Aug 17, 2024
Merged

Commits on Jul 11, 2024

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

Commits on Jul 15, 2024

  1. map from target to asm

    magicxyyz committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    e0ac28c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee41c04 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

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

Commits on Jul 23, 2024

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

Commits on Jul 24, 2024

  1. export WasmSchemaVersion

    magicxyyz committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    ff2a8bc View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

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

Commits on Aug 6, 2024

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

Commits on Aug 9, 2024

  1. set wasm schema version to 0

    the new version of schema is sort of compatible with previous version - opening old schema will be detected as empty database, so we don't need to increase the version number
    
    note: previously the version key didn't exist, for that case version 0 is returned when trying to read the version
    magicxyyz committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    c4c2994 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1086023 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    896fca1 View commit details
    Browse the repository at this point in the history
  4. Revert "set wasm schema version to 0"

    This reverts commit c4c2994.
    magicxyyz committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    bbbcec2 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. declare new type for target

    Co-authored-by: Gabriel de Quadros Ligneul <[email protected]>
    magicxyyz and gligneul authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    7e37376 View commit details
    Browse the repository at this point in the history
  2. use target type

    magicxyyz committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    6976d72 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c359493 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e09c6f8 View commit details
    Browse the repository at this point in the history
  5. fix joining errors in TryGetActivatedAsmMap

    Co-authored-by: Gabriel de Quadros Ligneul <[email protected]>
    magicxyyz and gligneul authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    034c335 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a75f682 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    01e2210 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5ed6b5f View commit details
    Browse the repository at this point in the history
  9. add rawdb.DeprecatedKeysV0

    magicxyyz committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    59cf3e3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d055235 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

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

Commits on Aug 16, 2024

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