You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Blake2b-wasm is inlcuded in Node.js citgm https://github.com/nodejs/citgm/blob/ab4480422009a60926ec1810e29cc6361437d167/lib/lookup.json#L61-L64 , a tool for testing Node.js packages ecosystem before each Node.js release. I work with the Node.js team and they are trying to increase test coverage for Node.js. One of their requests is to increase test coverage on s390x systems using blake2b-wasm module. Unfortunately blake2b-wasm fails on s390x systems due to outdated esbuild version on wasm-tools, a dependency of blake2b-wasm. In order to fix that, wasm-tools has to upgrade esbuild to its latest version. I'm willing to open a PR on wasm-tools but I cant find their github repo. I see that at least one of the collaborators of blake2b-wasm is also a collaborator on wasm-tools. I would really appreciate if you could point me to the github repo on wasm-tools to open a PR for upgrading esbuild and then open a PR on blake2b-wasm for upgrading wasm-tools.
The text was updated successfully, but these errors were encountered:
Blake2b-wasm is inlcuded in Node.js citgm https://github.com/nodejs/citgm/blob/ab4480422009a60926ec1810e29cc6361437d167/lib/lookup.json#L61-L64 , a tool for testing Node.js packages ecosystem before each Node.js release. I work with the Node.js team and they are trying to increase test coverage for Node.js. One of their requests is to increase test coverage on s390x systems using blake2b-wasm module. Unfortunately blake2b-wasm fails on s390x systems due to outdated esbuild version on wasm-tools, a dependency of blake2b-wasm. In order to fix that, wasm-tools has to upgrade esbuild to its latest version. I'm willing to open a PR on wasm-tools but I cant find their github repo. I see that at least one of the collaborators of blake2b-wasm is also a collaborator on wasm-tools. I would really appreciate if you could point me to the github repo on wasm-tools to open a PR for upgrading esbuild and then open a PR on blake2b-wasm for upgrading wasm-tools.
The text was updated successfully, but these errors were encountered: