New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More โ†’
Socket
Sign inDemoInstall
Socket

as-wasi

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

as-wasi - npm Package Compare versions

Comparing version 0.4.6 to 0.5.0

2

assembly/as-wasi.ts

@@ -53,3 +53,3 @@ import {

rights,
} from "bindings/wasi";
} from "@assemblyscript/wasi-shim/assembly/bindings/wasi_snapshot_preview1.ts";

@@ -56,0 +56,0 @@ type aisize = i32;

{
"name": "as-wasi",
"version": "0.4.6",
"version": "0.5.0",
"scripts": {

@@ -15,8 +15,9 @@ "asbuild:untouched": "asc assembly/index.ts -b build/untouched.wasm -t build/untouched.wat --use abort=wasi_abort --debug",

"devDependencies": {
"assemblyscript": "^0.19",
"concat-md": "^0.3",
"@assemblyscript/wasi-shim": "^0.1",
"assemblyscript": "^0.21",
"concat-md": "^0.5",
"rimraf": "^3.0",
"typedoc": "^0.21",
"typedoc-plugin-markdown": "^3.10"
"typedoc": "^0.23",
"typedoc-plugin-markdown": "^3.13"
}
}
}

@@ -29,3 +29,3 @@ # as-wasi

// Import from the installed as-wasi package
import { Console, Environ } from "as-wasi";
import { Console, Environ } from "as-wasi/assembly";

@@ -32,0 +32,0 @@ // Create an environ instance

Sorry, the diff of this file is not supported yet

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