Skip to content

annxingyuan/wasm_prototype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WASM matMul

This repo prototypes matrix multiplication with WASM.

To run the precompiled WASM binary, launch an HTTP server and open localhost:${PORT}/src/main.html. This fetches the binary and runs matmul 50 times. The console outputs performance numbers and memory information.

To modify the WASM source, edit src/main.c, then run:

$ yarn # to install dependencies
$ yarn build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages