Skip to content

second-state/wasmmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WasmMark

Run WebAssembly benchmarks and report differences between versions.

Build Dockerfiles

docker build -t "wasmmark/node:lts" -f docker/node.Dockerfile .
docker build --build-arg version=0.11.2 -t "wasmmark/wasmedge:0.11.2" -f docker/wasmedge.Dockerfile .
docker build --build-arg commitish=master -t "wasmmark/wasmedge:latest" -f docker/wasmedge-src.Dockerfile .

Future Work

  • Unify environment in all dockerfiles:

    Only docker/wasmedge-src.Dockerfile is based on wasmedge/wasmedge:latest.

  • Add error handling:

    One failed benchmark will cause NO result.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published