Stream: general

Topic: Getting involved with wasm-pack


view this post on Zulip Dominic Elm (Dec 03 2021 at 19:53):

Hey there! I wanted to ask if it was possible if I would become a member of the rustwasm working group, because I'd like to offer my help. It has quite some open PRs which are not being merged and it feels like there's not much progress made, even though wasm-pack is recommended in many tutorials and is a great tool to get started. More specifically, I just submitted https://github.com/rustwasm/wasm-pack/pull/1088 to fix the "no pre-built version for wasm-opt" for Apple Sillicon (aarch64) and I think there's quite some folks that can benefit from this as M1s are becoming more popular these days.

Is Ashley Williams still maintaining this project?

This PR fixes #913 for MacOS (aarch64) and will download x86_64-apple-darwin. Ideally, binaryen would release a native build but until then we can just use the x86 version which works fine on Apple...

view this post on Zulip Peter Huene (Dec 03 2021 at 21:10):

Hi Dominic! I think a better venue to ask a question regarding the Rust wasm WG is on the Rust discord: https://discord.com/channels/442252698964721669/443151097398296587. While some BCA folks have contributed to wasm-pack in the past, the BCA doesn't own the project.

Discord is the easiest way to communicate over voice, video, and text. Chat, hang out, and stay close with your friends and communities.

view this post on Zulip Dominic Elm (Dec 03 2021 at 21:13):

Ok thanks!


Last updated: Oct 23 2024 at 20:03 UTC