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

Add wasmJs target #5458

Merged
merged 3 commits into from Dec 12, 2023
Merged

Add wasmJs target #5458

merged 3 commits into from Dec 12, 2023

Conversation

martinbonnin
Copy link
Contributor

@martinbonnin martinbonnin commented Dec 11, 2023

It's the early days, expect a few breakages there and there, no nodejs, no wasi, no websocket, no cache, no tests, etc... but it can get the list of conferences from https://confetti-app.dev/graphql:

Screenshot 2023-12-11 at 18 30 40

Copy link

netlify bot commented Dec 11, 2023

Deploy Preview for apollo-android-docs canceled.

Name Link
🔨 Latest commit a194a61
🔍 Latest deploy log https://app.netlify.com/sites/apollo-android-docs/deploys/65774b789529cb0008c4b541

@martinbonnin martinbonnin marked this pull request as ready for review December 11, 2023 18:48
Copy link
Contributor

@BoD BoD left a comment

Choose a reason for hiding this comment

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

🚀

@martinbonnin martinbonnin merged commit 1c939f9 into main Dec 12, 2023
9 checks passed
@martinbonnin martinbonnin deleted the wasm branch December 12, 2023 09:01
@martinbonnin
Copy link
Contributor Author

PS: this changed the sqlite version used by sqldelight:

mbonnin:~/git/apollo-kotlin$ file libraries/apollo-normalized-cache-sqlite-incubating/sqldelight/blob/schema/1.db
libraries/apollo-normalized-cache-sqlite-incubating/sqldelight/blob/schema/1.db: SQLite 3.x database, last written using SQLite version 3042000, file counter 1, database pages 2, cookie 0x1, schema 4, UTF-8, version-valid-for 1
mbonnin:~/git/apollo-kotlin$ git checkout wasm
Switched to branch 'wasm'
Your branch is up to date with 'origin/wasm'.
mbonnin:~/git/apollo-kotlin$ file libraries/apollo-normalized-cache-sqlite-incubating/sqldelight/blob/schema/1.db
libraries/apollo-normalized-cache-sqlite-incubating/sqldelight/blob/schema/1.db: SQLite 3.x database, last written using SQLite version 3044001, file counter 1, database pages 2, cookie 0x1, schema 4, UTF-8, version-valid-for 1

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

2 participants