Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeiAlonichau committed Mar 12, 2021
1 parent 7ff6054 commit 74f3d19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wasm/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ The web assembly and JS code implement the following functions:
3. async LoadModel -- given a URL fetches it and loads a model, returns a handle to the loaded model
4. FreeModel -- destroys model object given a model handle
5. TextToIds -- given a model handle and a JS string returns an array of ids of int type
6. WordHyphenation -- given a model handle and a word as a JS string and an optional hyphenation unicode code returns a hyphenated word

## To compile

Expand Down

0 comments on commit 74f3d19

Please sign in to comment.