wabt.js icon indicating copy to clipboard operation
wabt.js copied to clipboard

Where are the sources ?

Open guimard opened this issue 3 years ago • 4 comments

Hi,

I'd like to rebuild wabt.js from sources but this directory only contains a webpacked file. Could you give me the link to the source directory ?

Cheers,

Xavier (yadd)

guimard avatar Nov 20 '20 16:11 guimard

The sources are linked to the WABT project. https://github.com/WebAssembly/wabt

Horcrux7 avatar Nov 21 '20 15:11 Horcrux7

Thanks, but I didn't find the way to build it from wabt. What is the build target ?

guimard avatar Nov 21 '20 17:11 guimard

I think it is build with emscripten SDK. You can take a look into the actions to see details. I have no idea how you can do it self.

Horcrux7 avatar Nov 21 '20 20:11 Horcrux7

Or you look into the yaml file https://github.com/AssemblyScript/wabt.js/blob/master/.github/workflows/build.yml

Horcrux7 avatar Nov 21 '20 20:11 Horcrux7