Browse Source

Remove wasm-opt for raspberry pi

pull/1/head
Ravi Shah 5 years ago
parent
commit
7193ce9654
  1. 1
      Cargo.toml

1
Cargo.toml

@ -3,6 +3,7 @@ name = "wasm-dna-transcription-translation"
version = "0.1.0" version = "0.1.0"
authors = ["rav4s <ravidhruvishshah@gmail.com>"] authors = ["rav4s <ravidhruvishshah@gmail.com>"]
edition = "2018" edition = "2018"
wasm-opt = false
[lib] [lib]
crate-type = ["cdylib", "rlib"] crate-type = ["cdylib", "rlib"]

Loading…
Cancel
Save