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

Update document to add wamr-rust-sdk introduction #3204

Merged
merged 10 commits into from
Mar 6, 2024
Merged

Conversation

wenyongh
Copy link
Contributor

@wenyongh wenyongh commented Mar 6, 2024

No description provided.

0xE282B0 and others added 9 commits November 13, 2023 20:05
First commit for the rust-sdk:
- Initial bindgen
- first example using unsafe code

based on discussion in #2684

Signed-off-by: Sven Pfennig <s.pfennig@reply.de>
Merge branch main into dev/rust_sdk
Merge branch main into dev/rust_sdk
By default, WAMR is running under `fast-interp+aot` mode,
developer can enable llvm-jit if needed:
```bash
cargo build --features llvmjit
```
@lum1n0us
Copy link
Collaborator

lum1n0us commented Mar 6, 2024

Guess we don't need .github/workflows/rust_linter.yml and language-bindings/rust/.gitignore

@wenyongh wenyongh merged commit a43018f into main Mar 6, 2024
1 check passed
@wenyongh wenyongh deleted the dev/rust_sdk branch April 28, 2024 14:24
victoryang00 pushed a commit to victoryang00/wamr-aot-gc-checkpoint-restore that referenced this pull request May 27, 2024
)

Merge branch dev/rust_sdk to main.
The wamr-rust-sdk has been migrated to the standalone repo:
  https://github.com/bytecodealliance/wamr-rust-sdk
So here we just update the document to add the introduction.
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.

3 participants