New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

hello-wasm-template

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hello-wasm-template

wasm sample template

latest
Source
npmnpm
Version
0.1.2
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

WebAssembly template

  • wasm 项目示例模板
/* tslint:disable */
/* eslint-disable */
/**
 */
export function greet(): void;
/**
 * @returns {string}
 */
export function get_char(): string;
/**
 * @returns {string}
 */
export function get_str(): string;
/**
 * @returns {number}
 */
export function get_usize(): number;
/**
 * @returns {number}
 */
export function get_isize(): number;
/**
 * ### string inversion
 * ### 字符串反转
 * @param {string} str
 * @returns {string}
 */
export function parse_str(str: string): string;
/**
 * ### fibonacci series
 * ### 斐波那契数列
 * @param {number} x
 * @returns {number}
 */
export function fib(x: number): number;

FAQs

Package last updated on 26 Nov 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts