Skip to content

aidancrowther/wasm3-knc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,575 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a fork of the official wasm3 interpreter modified to run on the original Xeon Phi. Since the Phi uses an old version of the linux kernel, it lacks support for the getrandom() syscall. As such, I have reimplemented a simple (albeit not great) function to run in its place.

Compilation is simple, from source root simply run

k1om-mpss-linux-gcc -O3 -g0 -s -Isource -Dd_m3HasWASI source/*.c platforms/app/main.c -lm -o wasm3

This will result in a wasm3 file being generated that can then be copied to the Xeon Phi via SCP.

About

🚀 The fastest WebAssembly interpreter, and the most universal runtime

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • C 91.1%
  • C++ 3.7%
  • Python 2.2%
  • CMake 1.0%
  • Makefile 0.7%
  • Shell 0.4%
  • Other 0.9%