stellar / soroban-examples

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

Remove rlib crate-type from token contract #164

Closed leighmcculloch closed 1 year ago

leighmcculloch commented 1 year ago

What

Remove rlib crate-type from token contract.

Why

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

Before

Build with stable:

-rwxr-xr-x  1 leighmcculloch  staff  57021 Oct 31 08:28 soroban_token_contract.wasm

Build with nightly + wasm-opt:

-rw-r--r--  1 leighmcculloch  staff  24440 Oct 31 08:28 soroban_token_contract.wasm

After

Build with stable:

-rw-r--r--  1 leighmcculloch  staff  26607 Oct 31 08:30 soroban_token_contract.wasm

Build with nightly + wasm-opt:

-rw-r--r--  1 leighmcculloch  staff  19533 Oct 31 08:29 soroban_token_contract.wasm