Skip to content

Commit

Permalink
Added article link
Browse files Browse the repository at this point in the history
  • Loading branch information
DanRuta committed Sep 30, 2017
1 parent 661fa44 commit c714a85
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@

A couple of helper functions to make WebAssembly array parameters easy to use.

## Read more
Medium article going through the reasoning and implementation:

https://becominghuman.ai/passing-and-returning-webassembly-array-parameters-a0f572c65d97

## Importing
### Browser
Add ```<script src="/dist/wasm-arrays.min.js"></script>``` and use ```ccallArrays``` or ```cwrapArrays```
Expand Down

0 comments on commit c714a85

Please sign in to comment.