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

Ci #326

Closed
wants to merge 11 commits into from
Closed

Ci #326

wants to merge 11 commits into from

Commits on Feb 17, 2023

  1. New wasmer api

    syrusakbary committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    4829823 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into new-wasmer-api

    # Conflicts:
    #	Cargo.lock
    #	Cargo.toml
    #	pkg/wasmer_wasi_js.js
    #	pkg/wasmer_wasi_js_bg.wasm
    syrusakbary committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    d7843b7 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2023

  1. Remove the global Buffer dependency

    The global `Buffer` is used for loading base64 encoded string.
    However, this **implicit** and **global** dependency makes some
    confusions and problems (#294, #305, and ruby/ruby.wasm#182).
    
    The use of `Buffer` here is limited, so we can easily replace this
    by using `atob` function. This simplifies user's build settings
    and reduces the file size since there is no need to include Buffer.
    makenowjust committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    3165877 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2023

  1. WASIX dependencies

    WanderLanz committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    51cc8f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89c9181 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Configuration menu
    Copy the full SHA
    8f7e6df View commit details
    Browse the repository at this point in the history
  2. delete cache

    WanderLanz committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    154c431 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

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

Commits on Jul 20, 2023

  1. Configuration menu
    Copy the full SHA
    149a793 View commit details
    Browse the repository at this point in the history
  2. update documentation

    WanderLanz committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    5dbef69 View commit details
    Browse the repository at this point in the history
  3. update ci

    WanderLanz committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    fa983bc View commit details
    Browse the repository at this point in the history