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

wasmts-runtime

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wasmts-runtime - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

6

package.json
{
"name": "wasmts-runtime",
"version": "0.1.0",
"description": "将TypeScript直接编译为wasm, 让你的Web应用和C一样快。",
"version": "0.1.1",
"description": "将TypeScript编译为wasm, 让你的Web应用和C一样快。",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"scripts": {
"build": "rimraf dist && tsc -d && rollup ./dist/index.js --file ./dist/index.js --format cjs"
"build": "rimraf dist && tsc -d && rollup ./dist/index.js --file ./dist/index.js --format cjs && cp -r -f ./dist/ ../wasmts/src/runtime"
},

@@ -10,0 +10,0 @@ "author": {

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