Skip to content

wasm-outbound-http-examples/kotlin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Make HTTP requests from inside WASM in Kotlin

This devcontainer is configured to provide you a version 1.9.21 of Kotlin multiplatform toolset.

Open in GitHub Codespaces

  1. Browser demo.

  2. Example in browser directory allows you to build yourself a browser example (same as demo), using kotlinx.browser libraries and experiment with it. For details, see its README.

  3. Example in node-and-deno directory allows you to build yourself an example for Node.js and Deno, using directly imported fetch() function and experiment with it. For details, see its README.

Created for (wannabe-awesome) list