Skip to content

Conversation

@wenyongh
Copy link
Contributor

Update README.md, add "Getting Started", “Performance and Footprint”,
”Use Cases", and refine some sections.

@wenyongh wenyongh changed the title [WIP] Update documents Update documents Jan 24, 2022
README.md Outdated
- The [**"iwasm" VM core**](./README.md#iwasm-vm-core) to run WASM applications, supporting interpreter mode, AOT mode (Ahead of Time compilation) and JIT mode (Just-in-Time compilation)

- The **application framework** and the supporting API's for the WASM applications
- The [**"wamrc" AOT compiler**](./README.md#build-wamrc-aot-compiler) to compile WASM file into AOT file for best performance and smaller footprint, which is run by "iwasm" VM Core
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Had better use smaller runtime footprint to avoid misunderstanding.

Suggested change
- The [**"wamrc" AOT compiler**](./README.md#build-wamrc-aot-compiler) to compile WASM file into AOT file for best performance and smaller footprint, which is run by "iwasm" VM Core
- The [**"wamrc" AOT compiler**](./README.md#build-wamrc-aot-compiler) to compile WASM file into AOT file for best performance and smaller runtime footprint, which is run by "iwasm" VM Core

@wenyongh wenyongh merged commit b256cb3 into bytecodealliance:main Jan 25, 2022
vickiegpt pushed a commit to vickiegpt/wamr-aot-gc-checkpoint-restore that referenced this pull request May 27, 2024
Update README.md, add "Getting Started", “Performance and Footprint”,
”Use Cases", and refine some sections.
Add memory tune document and fix wasm-c-api document.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants