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

Update examples to use new JS backend syntax #740

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on May 3, 2024

  1. threejs example: Use new JS backend syntax

    - Javascript conventions have changed slightly with the GHC Javascript
      backend (from GHCJS).
      - See https://github.com/ghcjs/ghcjs-base/pull/135/files.
    - Update foreign imports to match these new conventions, so compiling with GHC
      Javascript backend works.
    sevanspowell committed May 3, 2024
    Configuration menu
    Copy the full SHA
    76a4881 View commit details
    Browse the repository at this point in the history
  2. canvas2d example: Use new JS backend syntax

    - Update canvas2d to work with new JS backend syntax.
    sevanspowell committed May 3, 2024
    Configuration menu
    Copy the full SHA
    738198a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    975d6ae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e4b5016 View commit details
    Browse the repository at this point in the history