split_asm
v1.0.8
Published
Split large asm files generated by `emscripten` into sevaral small chunks.
Downloads
3
Maintainers
Readme
split_asm
Split large asm files generated by emscripten
into sevaral small chunks.
notice
The emscripten compile options must have --separate-asm
.
usage
npm install -g split_asm
split_asm --input=SomeLargeFile.asm.js
This will output :
* `SomeLargeFile.asm.global_api.js`
* `SomeLargeFile.asm.func_table_0.js`
* `SomeLargeFile.asm.return.js`
* `SomeLargeFile.asm.entry.js`