Skip to content

Example of building a wasi:cli/run-able WebAssembly component using TCP

Notifications You must be signed in to change notification settings

vados-cosmonic/wasmtime-rust-wasi-run-tcp-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wasmtime wasi:cli/run-able TCP example

This folder contains example code for a WebAssembly Component runnable with wasmtime that opens (and immediately closes) a TCP connection.

![NOTE] Not familiar with WebAssembly components or WASI? Start with the Component Model book!n

This component can be used with wasmtime run because it implements the WASI CLI world (in particular the wasi:cli/run interface is exported). This means that any runtime (whether wasmtime or any other runtime that supports WebAssembly components) can run the generated component.

About

Example of building a wasi:cli/run-able WebAssembly component using TCP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages