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

add wasm-backend using HTML canvas element #741

Open
wants to merge 19 commits into
base: main
Choose a base branch
from

Commits on Jul 13, 2023

  1. add wasm-backend using HTML canvas element(#1)

    * add wasm-backend
    
    * add wasm configuration and replace sleep
    
    * add wasm-backend
    genieCS committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    e219ed8 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. add wasm-backend

    * add wasm-backend
    
    * add wasm configuration and replace sleep
    
    * add wasm-backend
    
    * fix busy_waiting
    
    * fix busy waiting
    
    * add buffer to print
    
    * add js module
    
    * change passing parameter as pointer
    genieCS committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    5db16fc View commit details
    Browse the repository at this point in the history
  2. fix event handling (#3)

    genieCS committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    491bc17 View commit details
    Browse the repository at this point in the history
  3. remove buffering in js

    genieCS committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    2ca849d View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. adjust font size

    genieCS committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    327b52b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe6b6c5 View commit details
    Browse the repository at this point in the history
  3. empty default config

    genieCS committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    10964f1 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. fix canvas size

    genieCS committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    bea24fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc15a01 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb8f22c View commit details
    Browse the repository at this point in the history
  4. fix wasm canvas size

    genieCS committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    6980b4c View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Configuration menu
    Copy the full SHA
    55de09c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e15fe30 View commit details
    Browse the repository at this point in the history
  3. fix errors

    genieCS committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    7a5c925 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. fix width and height

    genieCS committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    379227a View commit details
    Browse the repository at this point in the history
  2. fix font size

    genieCS committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    040d6a6 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2023

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

Commits on Sep 2, 2023

  1. make run as async

    genieCS committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    c23b043 View commit details
    Browse the repository at this point in the history
  2. fix doc-tests

    genieCS committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    1747b21 View commit details
    Browse the repository at this point in the history