Socket
Book a DemoInstallSign in
Socket

@gengjiawen/monkey-wasm

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

@gengjiawen/monkey-wasm

monkey lang parser wasm version

Source
npmnpm
Version
0.5.0
Version published
Maintainers
1
Created
Source

This lib designed for compiling monkey-parser into WebAssembly and publishing the resulting package to NPM.

Be sure to check out other wasm-pack tutorials online for other templates and usages of wasm-pack.

Usage

Build with wasm-pack build

wasm-pack build

Test in Headless Browsers with wasm-pack test

wasm-pack test --headless --firefox

Publish to NPM with wasm-pack publish

wasm-pack publish

Batteries Included

  • wasm-bindgen for communicating between WebAssembly and JavaScript.
  • console_error_panic_hook for logging panic messages to the developer console.
  • wee_alloc, an allocator optimized for small code size.

FAQs

Package last updated on 25 Jan 2021

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