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

Wasm build #93

Merged
merged 10 commits into from
Apr 4, 2021
Merged

Wasm build #93

merged 10 commits into from
Apr 4, 2021

Commits on Feb 23, 2021

  1. wasm

    devsnek committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    69d4405 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2021

  1. feat: add wasm build

    Add wasm build using a docker container. Expose some api needed only in
    wasm.
    dnlup committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    4021558 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2021

  1. doc: fix examples typo

    Co-authored-by: Fedor Indutny <[email protected]>
    dnlup and indutny authored Mar 29, 2021
    Configuration menu
    Copy the full SHA
    a16190e View commit details
    Browse the repository at this point in the history
  2. doc: refactor examples

    Co-authored-by: Fedor Indutny <[email protected]>
    dnlup and indutny authored Mar 29, 2021
    Configuration menu
    Copy the full SHA
    d215177 View commit details
    Browse the repository at this point in the history
  3. src: remove useless changes

    dnlup committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    319fdca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5b549b1 View commit details
    Browse the repository at this point in the history
  5. examples: re-write in .ts

    dnlup committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    ed0d43a View commit details
    Browse the repository at this point in the history
  6. examples: minor refactor

    dnlup committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    d59b33b View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2021

  1. Configuration menu
    Copy the full SHA
    b0773dc View commit details
    Browse the repository at this point in the history
  2. build(wasm): stricter dockerignore

    This reduces the context size from a few MB to a few KB.
    Minor cleanup in `examples/wasm.ts`.
    dnlup committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    a18d702 View commit details
    Browse the repository at this point in the history