split_asm

1.0.8 • Public • Published

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`

Package Sidebar

Install

npm i split_asm

Weekly Downloads

5

Version

1.0.8

License

MIT

Unpacked Size

31.3 kB

Total Files

8

Last publish

Collaborators

  • sssooonnnggg