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
  • Programs
  • Integrations
  • Rust
  • Javascript
  • AssemblyScript
  • Go
  • C
  • Docker
  • Cloud
  • Blockchains
  • Academic papers
  • Add your project here! 🤗

Was this helpful?

  1. 👥Community

Built with Wasmer

A place for all things Wasmer and WebAssembly. Feel free to add your projects and applications, in alphabetical order 🙏

Programs

  • Inkscape source

  • Dprint source

Integrations

Rust

  • Flutter integration source

  • PaHi source

  • GRPC Filesystem source

  • Wormula source

  • Nebula source

  • Romy source

  • WAStyle source

Javascript

  • WASI Kernel source

  • OpenSSL.js npm package source

  • SwiftWasm source

AssemblyScript

  • AssemblyScript source

  • Using AssemblyScript inside Rust example source

Go

  • OpenPolicyAgent

C

  • Wngx Nginx Plugin source

Docker

  • WASI SDK Docker source

Cloud

  • CleverCloud

  • Scailable

Blockchains

  • NEAR Protocol

  • Cosmos

  • SpaceMesh

  • ChainSafe

  • Fluence Labs

  • Holochain

  • Hyperledger Labs

  • BandProtocol

Academic papers

  • Gobi: WebAssembly as a Practical Path to Library Sandboxing

  • AccTEE: A WebAssembly-based Two-way Sandbox for Trusted Resource Accounting

  • Everything Old is New Again: Binary Security of WebAssembly

  • Considering WebAssembly Containers for Edge Computing on Hardware-Constrained IoT Devices

  • Position Paper: Progressive Memory Safety for WebAssembly

  • TruffleWasm: A WebAssembly Interpreter on GraalVM

  • Compiling from a typed dialect of Scheme to WebAssembly

  • Cross-platform Identity-based Cryptography using WebAssembly

Add your project here! 🤗

PreviousUsing memory pointers

Last updated 4 years ago

Was this helpful?