/wasm-fun

Linked list in WASM by hand for fun

Primary LanguageJavaScript

Build

wat2wasm linked_list.wat -o linked_list.wasm
python -m http.server
firefox http://localhost:8000