Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/sobkulir/giflang
Browse files Browse the repository at this point in the history
  • Loading branch information
sobkulir committed Jan 6, 2020
2 parents f99cfda + 62ec2e2 commit 7f0519f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*The most up to date version of this repository can be found at <https://github.com/sobkulir/giflang>.*

## Hello World
![](name-of-giphy.gif)
![Hello World](hello_world.gif)

## Running the IDE
Currently, there exists no live demo of Giflang and hence you'll need to build and host it on your machine.
Expand All @@ -14,7 +14,7 @@ You'll need the following:
* npm (>= 6.13.1)
* **Chrome (>= 68) or Firefox (>= 57)**

Giflang uses [SharedArrayBuffer](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/SharedArrayBuffer) which are only supported in Chrome and Firefox. In case of Firefox, you will need to explicitly enable the following two flags in `about:config`:
Giflang uses [SharedArrayBuffer](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/SharedArrayBuffer) which is only supported in Chrome and Firefox. In case of Firefox, you will need to explicitly enable the following two flags in `about:config`:
```
dom.postMessage.sharedArrayBuffer.withCOOP_COEP
javascript.options.shared_memory
Expand Down

0 comments on commit 7f0519f

Please sign in to comment.