Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
New release
  • Loading branch information
mirkosertic authored Apr 11, 2018
1 parent c6af3a5 commit 2b3a6f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ There is Bytecoder Maven Plugin available.
<plugin>
<groupId>de.mirkosertic.bytecoder</groupId>
<artifactId>bytecoder-mavenplugin</artifactId>
<version>2018-02-01</version>
<version>2018-04-10</version>
<configuration>
<mainClass>de.mirkosertic.bytecoder.integrationtest.SimpleMainClass</mainClass>
<backend>js</backend>
Expand Down Expand Up @@ -127,7 +127,7 @@ JavaScript will be placed in the Maven `target/bytecoder` directory.
<plugin>
<groupId>de.mirkosertic.bytecoder</groupId>
<artifactId>bytecoder-mavenplugin</artifactId>
<version>2018-02-01</version>
<version>2018-04-10</version>
<configuration>
<mainClass>de.mirkosertic.bytecoder.integrationtest.SimpleMainClass</mainClass>
<backend>wasm</backend>
Expand Down Expand Up @@ -172,4 +172,4 @@ one implementation available.
The WebAssembly backend must include garbage collection runtime code for memory management. The first implementation of such a GC will be a Mark-And-Sweep based.
Details about WebAssembly are documented [here](WASM.md)

The JavaScript backend relies on JavaScript garbage collection provided by the browser.
The JavaScript backend relies on JavaScript garbage collection provided by the browser.

0 comments on commit 2b3a6f0

Please sign in to comment.