Skip to content

wasm-wasi-rs/docs_explainer__-wasm-and-wasi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Question: Where do I start - WASM or WASI?

WASM <-|-> WASI

This repo explains the difference between WebAssembly (WASM), which is primarily intended to run in browser-like environments (think web browsers, Node.js, and Deno et al.), and WebAssembly System Interface (WASI), which runs in a growing number of locations outside of the browser (like on the server-side as functions or microservices, as application plugins, or in your data pipeline or database).

For a general explanation of WASI for everyone (not just Rust language users), see the ByteCode Alliance's wasi.dev website.

About

This repo explains the difference between WebAssembly (WASM) and WebAssembly System Interface (WASI)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published