wasmer-docs
Ctrlk
  • Introduction
  • 🏔️Ecosystem
    • Wasmer Runtime
    • WAPM
    • WebAssembly.sh
    • Wasienv
  • 🔧Language Integrations
    • Rust
    • C/C++
    • Javascript
    • Go
    • Python
    • 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

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
PreviousSetup your Python environmentNext⭐️ Instantiating a Wasm module

Last updated 4 years ago

Was this helpful?