Skip to content

Commit

Permalink
[Release] 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
leomotors committed Mar 25, 2022
1 parent f972f9f commit c587b26
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ AMD Ryzen 9 5900HS Plugged in, Performance Mode (ROG Armoury Crate)
| x10000 | 73.32 | Memory Full |
| x100000 | 736.56 | Memory Full |

### My Assumption

WebAssembly is not suitable for small things

## How to use

### Current Limitation
Expand Down Expand Up @@ -58,4 +62,6 @@ console.log(baht_str_unsafe("12345"));
For valid string, based on testing (See test/baht.spec.js), it passed the test,
but I cannot guarantee the correctness of this library.

PS v0.1 is developed by TDD, meaning I tweak it until it pass all tests 😂

*and you should not use this library, use [baht.js](https://github.com/narze/baht.js) instead*
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "baht.c",
"version": "0.1.0",
"version": "0.1.1",
"description": "baht.js but it is written in C",
"main": "index.js",
"main": "dist/index.js",
"repository": "https://github.com/Leomotors/baht.c",
"author": "Leomotors",
"license": "MIT",
Expand Down

0 comments on commit c587b26

Please # to comment.