Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: add wasm support with wasm-pack #26

Closed
wants to merge 4 commits into from
Closed

Conversation

noctifer20
Copy link

CHANGES

New generator wasm

wasm generator is added to support creating wasm-pack compatible libs. Files' structure and content is copied from https://github.com/rustwasm/wasm-pack-template

New executor wasm-pack

wasm-pack executor is added to support executing wasm-pack commands, such as build, pack, test, publish

TODO

  • add schema and typings for all wasm-pack commands
  • add more tests for wasm-pack executor configuration
  • add e2e tests for wasm lib generation + build, test, publish(?)

@noctifer20 noctifer20 marked this pull request as draft December 2, 2022 20:53
@noctifer20 noctifer20 closed this Dec 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant