Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@wasmer/wasi

Package Overview
Dependencies
Maintainers
2
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wasmer/wasi - npm Package Compare versions

Comparing version 0.3.2 to 0.4.0

lib/bindings/browser.d.ts

34

package.json
{
"name": "@wasmer/wasi",
"version": "0.3.2",
"version": "0.4.0",
"description": "Isomorphic Javascript library for interacting with WASI Modules in Node.js and the Browser. 📚",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"browser": "dist/index.iife.js",
"typings": "dist/wasi/lib/index.d.ts",
"main": "lib/index.cjs.js",
"module": "lib/index.esm.js",
"browser": "lib/index.iife.js",
"typings": "lib/wasi/src/index.d.ts",
"files": [
"dist",
"package.json",
"../../LICENSE",
"README.md"
"lib"
],
"scripts": {
"precompile": "cd test/rs && make all",
"build": "npm run build:prod",
"build": "npx run-s build:clean build:ts build:prod",
"build:clean": "rm -rf lib",
"build:ts": "tsc -b",
"build:prod": "npx rollup -c --environment PROD",
"build:dev": "npx rollup -c --environment DEV",
"dev": "npx watch \"npm run build:dev\" lib",
"dev": "npx watch \"npm run build:dev\" src",
"test": "npx jest --config jest.config.js",
"test:watch": "npx jest --config jest.config.js --watch",
"docs": "npx typedoc lib/ --out docs --target es6 --theme minimal --mode file"
"docs": "npx typedoc src/ --out docs --target es6 --theme minimal --mode file"
},

@@ -42,3 +41,3 @@ "repository": {

],
"author": "Aaron Turner",
"author": "Wasmer Engineering Team <engineering@wasmer.io>",
"license": "MIT",

@@ -55,3 +54,10 @@ "bugs": {

},
"gitHead": "cecb1e8caef644344a3544b6c93de40ee25a703f"
"devDependencies": {
"npm-run-all": "^4.1.5",
"ts-node": "^8.4.1",
"tslint": "^5.20.0",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.6.4"
},
"gitHead": "53a31001f187edf4a5940fc0d1a022ae0a2ea37e"
}

@@ -39,4 +39,4 @@ # `@wasmer/wasi`

```js
import WASI from "@wasmer/wasi";
import WasmFs from "@wasmer/wasmfs";
import { WASI } from "@wasmer/wasi";
import { WasmFs } from "@wasmer/wasmfs";

@@ -43,0 +43,0 @@ // Instantiate a new WASI Instance

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc