Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Commit

Permalink
Add README for finalizer build tag
Browse files Browse the repository at this point in the history
  • Loading branch information
anuraaga committed Feb 17, 2023
1 parent e76a322 commit d01632e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ Additionally, add `-gc=custom` and `-tags=custommalloc` to your TinyGo build fla
tinygo build -o main.wasm -gc=custom -tags=custommalloc -target=wasi -scheduler=none main.go
```

If using unreleased TinyGo 0.28+, you will also need to add the `nottinygc_finalizer` build tag.

## Performance

Benchmarks are run against every commit in the [bench][4] workflow. GitHub action runners are highly
Expand Down

0 comments on commit d01632e

Please sign in to comment.