# kotlin-wasm-examples **Repository Path**: ijero/kotlin-wasm-examples ## Basic Information - **Project Name**: kotlin-wasm-examples - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-11 - **Last Updated**: 2024-05-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Incubator](https://jb.gg/badges/incubator-plastic.svg)](https://github.com/JetBrains#jetbrains-on-github) # Kotlin/Wasm examples This repository contains a collection of examples demonstrating how to use Kotlin/Wasm. Each example includes the source code and a `README.md` file explaining how to build and run the example. > **Note:** > To know more about Kotlin/Wasm, see the [Kotlin documentation](https://kotl.in/wasm). ## Examples These are the Kotlin/Wasm examples you can try: * **[Compose example](compose-example/README.md)** — A simple Compose Multiplatform application template * **[Compose Jetsnack](compose-jetsnack/README.md)** — Web version of a [Jetsnack application](https://github.com/android/compose-samples/tree/main/Jetsnack) built with Compose Multiplatform * **[Compose image viewer](compose-imageviewer/README.md)** — Web version of an image viewer application built with Compose Multiplatform * **[Browser example](browser-example/README.md)** — A simple application showing "Hello World" in the browser using DOM API * **[Node.js example](nodejs-example/README.md)** — A simple application printing "Hello World" in Node.js * **[KoWasm](https://github.com/kowasm/kowasm)** — Server-side and full stack development with Kotlin and WebAssembly leveraging WASI and Component Model * **[WASI example](wasi-example/README.md)** — A simple application using WASI API in Node.js and Deno ## Build and run To build and run an example, follow these steps: 1. Clone this repository. 2. Navigate to the directory of the example you want to build and run. 3. Follow the instructions in the `README.md` file of the example you want to build and run. ## Feedback and questions Try the examples and share your feedback or questions in our [#webassembly](https://slack-chats.kotlinlang.org/c/webassembly) Slack channel. [Get a Slack invite](https://surveys.jetbrains.com/s3/kotlin-slack-sign-up). You can also share your comments with [@bashorov](https://twitter.com/bashorov) on X (Twitter).