-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
Mojo FFI: Build and Publish a mojo package based on the Rust library #434
Comments
构建+发布一个 Mojo 包(基于 rust 库 + FFI binding 实现)目标:
工具:conda-build
pixi add conda-build
pixi + rattler-build
|
magic 打包 mojo 包目录格式:
# support
src/xxx_package/__init__.mojo
# support
xxx_package/__init__.mojo
# not support
src/__init__.mojo
|
Mojo 打包示例项目jojo-core
jojo-cli
|
使用
|
1 |
8 similar comments
1 |
1 |
1 |
1 |
1 |
1 |
1 |
1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
📖 Abstract:
Rust 库
+FFI binding
实现的 Mojo 包。💯 Related:
The text was updated successfully, but these errors were encountered: