Socket
Socket
Sign inDemoInstall

@assemblyscript/loader

Package Overview
Dependencies
Maintainers
1
Versions
254
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@assemblyscript/loader - npm Package Compare versions

Comparing version 0.8.1-nightly.20200101 to 0.8.1-nightly.20200102

2

index.d.ts

@@ -19,3 +19,3 @@ /// <reference lib="esnext.bigint" />

/** Explicit start function, if requested. */
__start(): void;
_start(): void;
/** Allocates a new string in the module's memory and returns a reference (pointer) to it. */

@@ -22,0 +22,0 @@ __allocString(str: string): number;

@@ -12,3 +12,3 @@ {

],
"version": "0.8.1-nightly.20200101",
"version": "0.8.1-nightly.20200102",
"author": "Daniel Wirtz <dcode+assemblyscript@dcode.io>",

@@ -15,0 +15,0 @@ "license": "Apache-2.0",

@@ -33,3 +33,3 @@ ![AS](https://avatars1.githubusercontent.com/u/28916798?s=48) AssemblyScript Loader

* **__start**(): `void`<br />
* **_start**(): `void`<br />
Explicit start function if the `--explicitStart` option is used. Must be called before any other exports if present.

@@ -36,0 +36,0 @@

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