Skip to main content
Module

x/wasm/examples/node/package.json

Monorepo for Javascript WebAssembly packages by Wasmer
Go to Latest
File
{ "name": "wasmer-node-demo", "version": "1.0.0", "description": "Wasmer/WASI node demo", "main": "index.mjs", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "helloworld": "node helloworld.mjs", "fs": "node fs.mjs" }, "author": "", "license": "MIT", "dependencies": { "@wasmer/wasi": "^1.0.0" }}