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

Rework the WebAssembly Targets #263

Merged
merged 2 commits into from
Nov 21, 2019
Merged

Rework the WebAssembly Targets #263

merged 2 commits into from
Nov 21, 2019

Commits on Nov 21, 2019

  1. Rework the WebAssembly Targets

    With this Pull Request livesplit-core can now properly target the
    WebAssembly System Interface (WASI) and wasm-bindgen. wasm-bindgen will
    become more relevant for us in the future as we plan on using futures to
    communicate with REST APIs such as speedrun.com and splits.io.
    
    The binding generator still only works for the wasm32-unknown use case,
    but that will have to change in the future.
    
    Fixes LiveSplit#258
    CryZe committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    9c7e4ce View commit details
    Browse the repository at this point in the history
  2. Format the code

    CryZe committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    efdc355 View commit details
    Browse the repository at this point in the history