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 6, 2020
2 parents 6ac3596 + 340ca08 commit 0bcc8e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ In your JS function context `this` contains several functions handle most issues
* `writeUtf8ToMemory(start,str)` - Write utf-8 to a memory location you are sure it should go.
* `readCStringFromMemory(start,length)` - Extract C string text from your program's memory.
* `writeCStringToMemory(start,str)` - Write C string to a memory location you are sure it should go.
* `readUint8ArrayFromMemory` - Read a list of uint8 from a pointer to a location of a number of elements, followed by a pointer to bytes in memory.
* `readUint8ArrayFromMemory(start)` - Read a list of uint8 from a pointer to a location of a number of elements, followed by a pointer to bytes in memory.
* `storeObject(object)` - Store an object in your context for later reference, get a handle you can give to WebAssembly.
* `getObject(handle)` - Retreive and object from your context with a handle.
* `releaseObject(handle)` - Release a stored object so it's memory can be freed.
Expand Down

0 comments on commit 0bcc8e0

Please sign in to comment.