Make it compile (#37)

* Fix indentation

* Set the correct name of the crate in root Cargo.toml

* Fix all compile errors
This commit is contained in:
ProTheory8
2021-03-22 21:42:14 +05:00
committed by Keavon Chambers
parent e235c0cf30
commit a8a9e15a4a
10 changed files with 33 additions and 20 deletions
+2 -3
View File
@@ -1,9 +1,8 @@
[workspace]
members = [
"packages/*",
"web-frontend/wasm-wrapper",
"web-frontend/wasm-wrapper",
]
[profile.release.package.wasm-bindings]
# Tell `rustc` to optimize for small code size.
[profile.release.package.wasm-wrapper]
opt-level = "s"