Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

WebAssembly Text Format

< >

WebAssembly Text Format is a programming language created in 2015.

#3600on 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 Example Token
Semantic Indentation X
View source
- Build the next great programming language About Keywords Resources Acknowledgements Part of the World Wide Scroll