/wasm

demo for WebAssembly

Primary LanguageHTML

wasm

文章地址

使用递归计算斐波那契数列来测试性能

通过node在本地起一个服务器

node server.js

访问wasm版本

http://localhost:3000/index.html

访问js版本

http://localhost:3000/index2.html

js交互

http://localhost:3000/index3.html