Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,18 +289,6 @@ the full terms.

---

<p align="center">
<a href="https://github.com/wickra-lib/wickra-backtest/stargazers">
<img alt="GitHub stars" src="https://img.shields.io/github/stars/wickra-lib/wickra-backtest?style=social">
</a>
<a href="https://github.com/wickra-lib/wickra-backtest/network/members">
<img alt="GitHub forks" src="https://img.shields.io/github/forks/wickra-lib/wickra-backtest?style=social">
</a>
<a href="https://github.com/wickra-lib/wickra-backtest/issues">
<img alt="GitHub issues" src="https://img.shields.io/github/issues/wickra-lib/wickra-backtest">
</a>
</p>

<p align="center">
Built on <a href="https://github.com/wickra-lib/wickra">Wickra</a>. If it saved you time, ⭐ the repo.
</p>
4 changes: 2 additions & 2 deletions bindings/go/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
[![CI](https://raw.githubusercontent.com/wickra-lib/.github/main/profile/badges/wickra-backtest/ci.svg)](https://github.com/wickra-lib/wickra-backtest/actions/workflows/ci.yml)
[![codecov](https://raw.githubusercontent.com/wickra-lib/.github/main/profile/badges/wickra-backtest/codecov.svg)](https://codecov.io/gh/wickra-lib/wickra-backtest)
[![Go module](https://raw.githubusercontent.com/wickra-lib/.github/main/profile/badges/wickra-backtest/go.svg)](https://pkg.go.dev/github.com/wickra-lib/wickra-backtest-go)
[![License: MIT OR Apache-2.0](https://raw.githubusercontent.com/wickra-lib/.github/main/profile/badges/wickra-backtest/license.svg)version](https://github.com/wickra-lib/wickra-backtest/README.md#license)
[![License: MIT OR Apache-2.0](https://raw.githubusercontent.com/wickra-lib/.github/main/profile/badges/wickra-backtest/license.svg)](https://github.com/wickra-lib/wickra-backtest#license)

# Wickra Backtest — Go

---

Go binding for the [wickra-backtestversion](https://github.com/wickra-lib/wickra-backtest/README.md) engine. It calls the
Go binding for the [wickra-backtest](https://github.com/wickra-lib/wickra-backtest) engine. It calls the
stable **C ABI** through cgo, so the results are byte-identical to the Rust,
Python, Node.js, WASM, C# and Java bindings: one engine kernel behind every
language.
Expand Down
2 changes: 1 addition & 1 deletion bindings/wasm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ kernel and values as every other binding — the report is byte-identical.

## Requirements

- [`wasm-pack`](https://rustwasm.github.io/wasm-pack/)
- [`wasm-pack`](https://rustwasm.github.io/docs/wasm-pack/)

## Build

Expand Down
3 changes: 3 additions & 0 deletions lychee.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,7 @@ exclude = [
"^https?://pypi\\.org/project/wickra-backtest",
"^https?://www\\.npmjs\\.com/package/wickra-backtest",
"^https?://pkg\\.go\\.dev/github\\.com/wickra-lib/wickra-backtest-go",
"^https?://www\\.nuget\\.org/packages/Wickra\\.Backtest",
"^https?://central\\.sonatype\\.com/artifact/org\\.wickra/wickra-backtest",
"^https?://wickra-lib\\.r-universe\\.dev",
]
Loading