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

Publish missing wasm file #854

Merged
merged 3 commits into from
Oct 7, 2023
Merged

Commits on Oct 7, 2023

  1. wasm-build CI workflow: remove unneeded &&

    Just avoid cluttering scripts with `&&`.
    
    Signed-off-by: Davide Bettio <[email protected]>
    bettio committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    90f684c View commit details
    Browse the repository at this point in the history
  2. wasm-build CI workflow: publish AtomVM.wasm and AtomVM.worker.js too

    AtomVM.js, AtomVM.worker.js and AtomVM.wasm are all needed.
    Also remove the webserver example app.
    
    Signed-off-by: Davide Bettio <[email protected]>
    bettio committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    83ac506 View commit details
    Browse the repository at this point in the history
  3. wasm-build workflow: release also node version

    Publish node version, and add suffix (node, web) to both.
    
    Signed-off-by: Davide Bettio <[email protected]>
    bettio committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    10dd7db View commit details
    Browse the repository at this point in the history