Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dy authored Aug 21, 2023
1 parent 5cb8ba3 commit 2dc24be
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 @@ -42,7 +42,7 @@ double(108) // 216
Parser converts input Wasm text string to syntax tree.

```js
import { parse } from 'watr
import { parse } from 'watr'

parse(`(func (export "double") (param f64) (result f64) (f64.mul (local.get 0) (f64.const 2)))`)

Expand Down

0 comments on commit 2dc24be

Please sign in to comment.