rocicorp / repc

The canonical Replicache client, implemented in Rust.
Other
31 stars 7 forks source link

Run wasm-opt explicitly as part of tools/release. #339

Closed aboodman closed 3 years ago

aboodman commented 3 years ago

There are no prebuilt binaries for M1, so wasm-pack just skips it. However you can manually install wasm-opt and run it, so let's do that.

Also:

aboodman commented 3 years ago

Closed the other to move the branch to my repo