squillace / hello-wasi-http-js

hello world for wasi-http using js and jco

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hello WASI:HTTP from JavaScript

This repository contains a simple wasi:http implementation of a web server in JavaScript using the @bytecodealliance/preview2-shim types and @bytecodealliance/jco tooling to build the wasm component. This component should work in any wasm component runtime, but for now that's wasmtime or jco (node).

Requirements

Building

Running

About

hello world for wasi-http using js and jco


Languages

Language:JavaScript 51.7%Language:TypeScript 48.3%