wasmer-docs
doc-update-1.0
doc-update-1.0
  • 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 functions
      • Exposing host functions
      • Using 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
  3. WASI
  4. Browser

Examples

Hello WorldTransforming ModulesHandling Input and Output
PreviousBrowserNextHello World

Last updated 4 years ago

Was this helpful?