Skip to content

aircloud/assemConvolution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

使用 WebAssembly 进行图像卷积

LIVE DEMO

直接访问 index.html 即可查看效果。

修改 AssemblyScript 文件

如果需要修改 AssemblyScript 文件,需要进行重新编译,编译工具可以在这里 进行下载,并且在 assemblyscript 文件夹下执行:

asc w.ts -b w.wasm -t w.wat --use Math=JSMath -O3 --importMemory --sourceMap --validate --measure

About

Using WebAssembly to do the Picture Convolution

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published