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

compiler: conform to latest iteration of wasm types proposal #4501

Open
wants to merge 11 commits into
base: dev
Choose a base branch
from

Commits on Oct 5, 2024

  1. compiler: align with current wasm types proposal

    golang/go#66984
    
    - Remove int and uint as allowed types in params, results, pointers, or struct fields
    - Only allow small integers in pointers, arrays, or struct fields
    ydnar committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    3199f1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dca7c5d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd8bed5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    79f3c95 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2024

  1. compiler: enforce structs.HostLayout usage per wasm types proposal

    golang/go#66984
    
    TODO: regenerate WASI syscall packages for GC shape types including structs.HostLayout
    ydnar committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    788b2db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ee8ecf View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. goenv: ParseGoVersion helper

    ydnar committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    59cb29e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62a85ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8fb3457 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    debc778 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. internal/wasm-tools, internal/wasi: update to wasm-tools-go@v0.3.0 an…

    …d regenerate Go bindings
    ydnar committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    9972fcc View commit details
    Browse the repository at this point in the history