diff options
author | Aymen Dirar | 2022-10-24 06:16:59 +0000 |
---|---|---|
committer | Aymen Dirar | 2022-10-24 06:16:59 +0000 |
commit | 51ebb554063aa504668e939c766236967829b94b (patch) | |
tree | 418924f5e3883eab87ecab7a48ecfd5c3ea67c7e /entries/adirar111 | |
parent | 885f01dfdfa610acf067dc15c2ebb22b7307733e (diff) |
comment
Diffstat (limited to 'entries/adirar111')
-rw-r--r-- | entries/adirar111/wasm/fib.wat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/entries/adirar111/wasm/fib.wat b/entries/adirar111/wasm/fib.wat index b9eba78..255fa12 100644 --- a/entries/adirar111/wasm/fib.wat +++ b/entries/adirar111/wasm/fib.wat @@ -1,5 +1,5 @@ ;; iterative fib(n) in web assembly text format (wat) -;; this gets compiled to fib.wasm binary +;; this gets compiled to the fib.wasm binary ;; and gets fetched via a data URL in index.js (module (export "fib" (func $fib)) |