Finschia/finschia

Add installation assets for macos in release note

Closed this issue · 1 comments

Summary

Current release note have just linux binary. So in the macos, we need to clone the git and build it.
It is very difficult in non-developer.

What if we provide the ability to create deb packages that can be installed on macos?

Problem Definition

Proposal


For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate contributors tagged
  • Contributor assigned/self-assigned

I'll change the way to support macos binary.
I think it would be nice to make single binary as using static libwasmvm library.
So I tried about building wasmvm static library and find the way, So I register the PR as Finschia/wasmvm#115.

And then, I'll try removing the libsodium since we will not use libsodium through Finschia/ostracon#652.

And then, finally, I'll try building single binary as using static libraries.