@easywasm/wasi
Version:
A working browser-shim for WASI preview1, with lots of filesystem options
27 lines (26 loc) • 593 B
JSON
{
"name": "@easywasm/wasi",
"version": "0.0.8",
"description": "A working browser-shim for WASI preview1, with lots of filesystem options",
"type": "module",
"exports": {
"default": "./docs/easywasi.js",
"defs": "./docs/defs.js"
},
"scripts": {
"start": "npx -y live-server docs"
},
"keywords": [
"WASI",
"WASM",
"browser"
],
"homepage": "https://easywasm.github.io/wasi/",
"author": "David Konsumer <konsumer@jetboystudio.com>",
"license": "MIT",
"repository": "easywasm/wasi",
"files": [
"docs/defs.js",
"docs/easywasi.js"
]
}