Skip to content

Conversation

fzhinkin
Copy link
Collaborator

@fzhinkin fzhinkin commented Jul 19, 2023

Enabled Wasm target and updated Kotlin to 1.9.10. The latter is required due to a bug in Wasm backend in 1.9.0

@fzhinkin fzhinkin force-pushed the wasm-target-support branch 2 times, most recently from 0dac860 to 80f1d6b Compare August 9, 2023 16:21
@fzhinkin fzhinkin force-pushed the wasm-target-support branch from 72d2915 to 26b0ca7 Compare August 23, 2023 10:41
@fzhinkin fzhinkin requested a review from shanshin August 23, 2023 10:42
@fzhinkin fzhinkin self-assigned this Aug 23, 2023
@fzhinkin fzhinkin linked an issue Aug 23, 2023 that may be closed by this pull request
@fzhinkin fzhinkin marked this pull request as ready for review August 23, 2023 10:42

actual val byteCount: Int = 0

actual fun take(): Segment = Segment()
Copy link
Contributor

Choose a reason for hiding this comment

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

No real pool in WASM?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

The pooling is only supported for JVM target at the moment. I'm thinking of adding support for other targets later.

@fzhinkin fzhinkin merged commit 197146a into develop Sep 1, 2023
@fzhinkin fzhinkin deleted the wasm-target-support branch September 1, 2023 08:18
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 support

2 participants