rustwasm / book

The Rust and WebAssembly Book
https://rustwasm.github.io/docs/book/
MIT License
1.73k stars 208 forks source link

Update factorial example from "What is WebAssembly?" to WebAssembly 1.1 #229

Closed brettcannon closed 3 years ago

brettcannon commented 4 years ago

Specifically, the example uses get_local which is local.get in WebAssembly 1.1.