Skip to content

For comparing AssemblyScript vs. JavaScript implementations of the same, slow, recursive, Fibonacci algorithm

License

Notifications You must be signed in to change notification settings

dexygen/fib-impls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fib-impls

For comparing AssemblyScript vs. JavaScript implementations of the same, non-memoized and slow, Fibonacci algorithm

A webserver will be needed (since the .wasm file is retrieved using fetch) that you can control the mime-type configuration for, I'm using NGinx and merely had to add the following line to mimes.type

	application/wasm                                 wasm;

About

For comparing AssemblyScript vs. JavaScript implementations of the same, slow, recursive, Fibonacci algorithm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published