From 99f74ebd9f277a3135d880ae297a314058f9e5d6 Mon Sep 17 00:00:00 2001 From: David Konsumer Date: Tue, 29 Oct 2024 17:56:16 -0700 Subject: [PATCH] more readme --- README.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/README.md b/README.md index 816685c..2b50ac0 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,38 @@ A working, zero-dependency browser-shim (and general js engine) for WASI preview1, with lots of filesystem options. It will work in places other than a browser, but that is the primary target. It's easy, light, simple, easy to modify, and should work with any WASI-enabled wasm. +## install + +Install into your bundled project with `npm i easywasi`. You can also use it on the web, directly from cdn: + +```html + +``` + +And I like to use sourcemaps: +```html + + +``` + + ## usage You can use it without a filesystem, like this: