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

Working WASIX API #325

Closed
wants to merge 19 commits into from
Closed

Working WASIX API #325

wants to merge 19 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
  4. try rust-src component

    WanderLanz committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    189187f View commit details
    Browse the repository at this point in the history
  5. remove redundant CI

    WanderLanz committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    38e68c9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c8c7ce6 View commit details
    Browse the repository at this point in the history
  7. c

    WanderLanz committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    639b13b View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1 from WanderLanz/ci

    update ci
    WanderLanz authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    e92f53d View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

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

Commits on Jul 24, 2023

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

Commits on Jul 26, 2023

  1. merge wasi-web

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