CLI version 0.10.4 and 0.10.5 produce wasm-bindgen
TypeScript artifacts when building Rust Wasm wrap
#1794
Labels
type: bug
Something isn't working
Describe the bug
CLI versions 0.10.4 and 0.10.5 produce
wasm-bindgen
TypeScript artifacts when building Rust Wasm wrap. Clearing the docker cache does not fix the issue. The wrappers are still working and can be invoked.TODO:
0.10.4
docker system prune --all --volumes
Please provide the steps to reproduce and if possible a minimal demo of the problem.
kris/wrap-0.1
implementations/app-typescript
directorypackage.json
, change thepolywrap
and@polywrap/schema-parse
dependency versions to0.10.5
nvm use && yarn && yarn build
build
folderExpected behavior
All
wasm-bindgen
should be removed bywasm-snip
Screenshots / logs
The wrap's Rust dependencies:
Relevant environment details:
Additional context
I am aware that this also occurred when building the
ethers-utils
wrap found here: https://github.com/polywrap/ethers/tree/main/wraps/utilsThe text was updated successfully, but these errors were encountered: