Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
richardanaya authored Nov 8, 2020
1 parent 8fa05a3 commit 256c34b
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,18 +76,6 @@ In your JS function context `this` contains several functions handle most issues
| `releaseObject(handle)` | Release a stored object so it's memory can be freed. |
| `module` | Get access to your program so you can call methods on it. |
```html
<html>
<head>
<script src="unpkg.com/js-wasm/js-wasm.js"></script>
<script type="application/wasm" src="helloworld.wasm"></script>
</head>
<body>
...
</body>
</html>
```

<p align="center">
<img height="300" src="images/undraw_design_team_af2y.png">
</p>
Expand Down

0 comments on commit 256c34b

Please sign in to comment.