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

wasm: allow custom init path/url for the wasm binary #199

Merged
merged 4 commits into from
Dec 7, 2022

Conversation

deckchairlabs
Copy link
Contributor

Fixes #198

Updated the build task in deno.json to use the latest wasmbuild. Builds successfully and tests pass locally.

@CLAassistant
Copy link

CLAassistant commented Dec 5, 2022

CLA assistant check
All committers have signed the CLA.

Copy link
Member

@dsherret dsherret left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks!

@dsherret
Copy link
Member

dsherret commented Dec 6, 2022

I think we'll need to update to use serde-wasm-bindgen. @deckchairlabs are you willing to update to that? Otherwise I can take it on.

@deckchairlabs
Copy link
Contributor Author

I think we'll need to update to use serde-wasm-bindgen. @deckchairlabs are you willing to update to that? Otherwise I can take it on.

Do you just want the dependency updated? If so I can update the PR

@dsherret
Copy link
Member

dsherret commented Dec 7, 2022

It's ok! I updated the code so the CI would pass. Merging this now.

@dsherret dsherret merged commit b8d946d into denoland:main Dec 7, 2022
@deckchairlabs
Copy link
Contributor Author

Excellent! Will await the release

@dsherret
Copy link
Member

dsherret commented Dec 8, 2022

I just kicked one off for you. Will be available once the CI runs finish.

@deckchairlabs deckchairlabs deleted the deckchairlabs/issue198 branch December 8, 2022 14:44
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.

wasm: allow custom init path/url for the wasm binary
3 participants