Add init function to wasm-bindings crate and update dependencies (#33)

This commit is contained in:
ProTheory8
2021-03-19 10:57:18 -07:00
committed by GitHub
parent cf6c857846
commit f0e27dba6c
5 changed files with 34 additions and 99 deletions
+4 -3
View File
@@ -1,7 +1,8 @@
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[workspace]
members = [
"packages/*",
]
[profile.release.package.wasm-bindings]
# Tell `rustc` to optimize for small code size.
opt-level = "s"