Skip to content

Commit

Permalink
Merge branch 'master' of github.com:richardanaya/ramen
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard authored and Richard committed Nov 8, 2020
2 parents 6bb5ba0 + 256c34b commit cbac544
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 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 All @@ -101,8 +89,8 @@ A number of libraries exist to help save you time from writing your own bindings
| Name | Documentation | Description |
| ------------- | ------------- | ------------- |
| [`web_console`](https://github.com/richardanaya/js-wasm/tree/master/rust/web_console) | <a href="https://docs.rs/web_console"><img src="https://img.shields.io/badge/docs-latest-blue.svg?style=flat-square" alt="docs.rs docs" /></a> | simple logging |
| [`web_timer`](https://github.com/richardanaya/js-wasm/tree/master/rust/web_timer) | <a href="https://docs.rs/web_console"><img src="https://img.shields.io/badge/docs-latest-blue.svg?style=flat-square" alt="docs.rs docs" /></a> | timers, animation loops |
| [`web_console`](https://github.com/richardanaya/js-wasm/tree/master/rust/web_console) | <a href="https://docs.rs/web_console"><img src="https://img.shields.io/badge/docs-latest-blue.svg?style=flat-square" alt="docs.rs docs" /></a> | logging, errors, timing |
| [`web_timer`](https://github.com/richardanaya/js-wasm/tree/master/rust/web_timer) | <a href="https://docs.rs/web_console"><img src="https://img.shields.io/badge/docs-latest-blue.svg?style=flat-square" alt="docs.rs docs" /></a> | timers, animation loops, async sleep |
| [`web_random`](https://github.com/richardanaya/js-wasm/tree/master/rust/web_random) | <a href="https://docs.rs/web_console"><img src="https://img.shields.io/badge/docs-latest-blue.svg?style=flat-square" alt="docs.rs docs" /></a> | random numbers |
**UI:**
Expand Down

0 comments on commit cbac544

Please sign in to comment.