Skip to content

wasmer.io

🚀 Fast, secure, lightweight containers based on WebAssembly

Package Information

  • Domain: wasmer.io
  • Name: wasmer.io
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install wasmer

Programs

This package provides the following executable programs:

  • wasmer

Aliases

This package can also be accessed using these aliases:

  • wasmer

Available Versions

Show all 23 versions
  • 6.0.1, 6.0.0, 5.0.4, 5.0.3, 5.0.2
  • 5.0.1, 5.0.0, 4.4.0, 4.3.7, 4.3.6
  • 4.3.5, 4.3.4, 4.3.3, 4.3.2, 4.3.1
  • 4.3.0, 4.2.8, 4.2.7, 4.2.6, 4.2.5
  • 4.2.4, 4.2.3, 4.2.2

Latest Version: 6.0.1

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +wasmer.io@6.0.1 -- $SHELL -i

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.wasmerio

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.