Measures Concepts
GitHub icon

WebAssembly Text Format

WebAssembly Text Format - Programming language

< >

WebAssembly Text Format is a programming language created in 2015.

#2737on PLDB 9Years Old

WebAssembly has an S-expression-based textual representation, an intermediate form designed to be exposed in text editors, browser developer tools, etc.


Example from the web:
(module (import "math" "exp" (func $exp (param f64) (result f64))) (func (export "doubleExp") (param $0 f64) (result f64) (f64.mul (call $exp (get_local $0)) (f64.const 2))))

Language features

Feature Supported Token Example
Semantic Indentation X

View source

- Build the next great programming language Search Add Language Features Creators Resources About Blog Acknowledgements Queries Stats Sponsor Day 605 feedback@pldb.io Logout