diff options
| author | Henry Gressmann <mail@henrygressmann.de> | 2024-01-26 12:39:07 +0100 |
|---|---|---|
| committer | Henry Gressmann <mail@henrygressmann.de> | 2024-01-26 12:39:07 +0100 |
| commit | 133ae7e1f1eb6ccd027a3a0117766551197671f2 (patch) | |
| tree | d30c5c501d10435196f69710b0cc6d5dfab67876 /Cargo.toml | |
| parent | f3d890a36d6299dbd70377ce57b0bd9d61de5c1b (diff) | |
chore: fix selfhosting example
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ members=["crates/*", "examples/rust"] resolver="2" [profile.wasm] -opt-level="z" +opt-level="s" lto="thin" codegen-units=1 panic="abort" |
