Wrap vanilla cargo rlibs/packages in generated "containers" for various ends.
This will build and run one of the example projects of [example/multiplatform] in Chrome
cargo install cargo-container
Container.toml
workspace instead of a regular Cargo.toml
workspace
[workspace]
like you would in Cargo.toml
, with members
(and optionally exclude
)[[build]]
sections defining what crates
to wrap with what tools
[local-install]
cargo container build
. This will:
[local-install]
tools
to generate Cargo.toml projectsCargo.toml
alongside Container.toml
that references the generated dependenciestools
to build generated Cargo.toml projectsLicensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.