Skip to content

Commit

Permalink
v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
shellyln committed Feb 5, 2022
1 parent 0966e99 commit 0802db9
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

# v0.0.3
* Add staticcheck.conf.
* Remove Box.GetPointer/SetPointer receivers.
* Edit README.

# v0.0.2
* Add string parsers: binary, octal, hex number characters.

Expand Down
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,29 @@ func main() {
```


## 📦 Build example

### Build to native executable

```bash
make
```

### Build to WebAssembly
#### Windows prerequirements:

```bash
scoop install tinygo
scoop install binaryen
```

#### Build:

```bash
make wasm
```


## ⚖️ License

MIT
Expand Down

0 comments on commit 0802db9

Please sign in to comment.