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

Examples

Instantiating a Wasm moduleImports & exportsCalling guest functionsExposing host functionsUsing exported globalsInteracting with memoryHandling ErrorsInterrupting ExecutionUsing memory pointers
PreviousSetup your Go environmentNextInstantiating a Wasm module

Last updated 4 years ago

Was this helpful?