wasmoon icon indicating copy to clipboard operation
wasmoon copied to clipboard

Build Instructions

Open mwenge opened this issue 4 years ago • 4 comments

Hi there,

You don't have any build instructions?

mwenge avatar Apr 06 '22 13:04 mwenge

Hey, the build process it's very easy but I didn't write it anywhere yet. The main problem today is that you need to be on linux to build, I will probably fix it before writing a How to build section

ceifa avatar Jun 07 '22 23:06 ceifa

Hi, even having just a log of your build steps on Linux would be useful.

dubiousjim avatar Aug 29 '22 15:08 dubiousjim

Firstly you need to install emscripten and ensure it is on your PATH.

After cloned the repo, to build you just have to run these:

git submodule update --init # download lua submodule
npm i # install dependencies
npm run build:wasm:dev # build lua
npm run build # build the js code/bridge
npm test # ensure everything itss working fine

ceifa avatar Aug 31 '22 17:08 ceifa

Thanks

dubiousjim avatar Sep 01 '22 01:09 dubiousjim