stellar / soroban-examples

Example Soroban Contracts
Apache License 2.0
65 stars 68 forks source link

Remove rlib as a crate-type from most examples #163

Closed leighmcculloch closed 1 year ago

leighmcculloch commented 1 year ago

What

Remove rlib as a crate-type from most examples.

Why

It causes bloat in the .wasm and we don't need it because the rlib crate-type is only used when making a library to import into another crate.

Related to https://github.com/stellar/soroban-docs/pull/212