Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Readme refactoring #2038

Merged
merged 18 commits into from
Mar 19, 2023
Prev Previous commit
Next Next commit
Update README.md
Co-authored-by: Xu Jun <693788454@qq.com>
  • Loading branch information
xwang98 and xujuntwt95329 authored Mar 18, 2023
commit 8b3cfce864881dec2059ef747485646aca228913
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ The following platforms are supported, click each link below for how to build iw

### Performance and Footprint
- [Performance and footprint data](https://github.com/bytecodealliance/wasm-micro-runtime/wiki/Performance): the performance and footprint data
- [Memory usage tunning](./doc/memory_tune.md):the memory model and how to tune the memory usage
- [Memory usage tunning](./doc/memory_tune.md): the memory model and how to tune the memory usage
- [Memory usage profiling](./doc/build_wamr.md#enable-memory-profiling-experiment): how to profile the memory usage
- [Benchmarks](./tests/benchmarks): checkout these links for how to run the benchmarks: [PolyBench](./tests/benchmarks/polybench), [CoreMark](./tests/benchmarks/coremark), [Sightglass](./tests/benchmarks/sightglass), [JetStream2](./tests/benchmarks/jetstream)

Expand Down