wasmer-docs
glibc-reqs
glibc-reqs
  • Introduction
  • 🏔️Ecosystem
    • Wasmer Runtime
      • Getting Started
      • CLI Usage
      • Wasmer Features
      • Building from Source
        • Testing
    • WAPM
      • Getting Started
      • Publishing your Package
      • wax
      • Manifest
      • CLI Usage
      • GraphQL API
    • WebAssembly.sh
    • Wasienv
      • Getting Started
      • Compile C/C++ to Wasm WASI
      • Compile Swift to Wasm WASI
  • 🔧Language Integrations
    • Rust
      • Setup your Rust environment
      • Wasmer Rust API
    • C/C++
      • Setup your C/C++ environment
      • Wasmer C API
    • Javascript
      • WASI
        • Browser
          • Examples
            • Hello World
            • Transforming Modules
            • Handling Input and Output
        • Server
          • Examples
            • Hello World
            • Transforming Modules
      • Wasmer-JS CLI
      • Module Transformation
      • Wasmer JS Reference API
        • @wasmer/wasi
        • @wasmer/wasm-transformer
        • @wasmer/wasm-terminal
        • @wasmer/wasmfs
      • Wasmer-JS on Github
    • Go
      • Setup your Go environment
      • Wasmer Go API
    • Examples
      • ⭐️ Instantiating a Wasm module
      • 🔁Imports & exports
      • ↪️ Calling guest (exported) functions
      • ↩️ Exposing host (imported) functions
      • ✏️ Using guest (exported) globals
      • 💾Interacting with memory
      • ⚠️ Handling Errors
      • 🛑Interrupting Execution
      • ► Using memory pointers
  • 👥Community
    • Built with Wasmer
    • Wasmer Twitter
    • Wasmer Slack
    • Wasmer Blog
    • Wasmer on Github
Powered by GitBook
On this page

Was this helpful?

  1. 🔧Language Integrations
  2. Javascript

Wasmer JS Reference API

Wasmer offers multiple packages for Node and Browser environments:

@wasmer/wasi@wasmer/wasmfs@wasmer/wasm-transformer@wasmer/wasm-terminal
PreviousModule TransformationNext@wasmer/wasi

Last updated 4 years ago

Was this helpful?