1.0.8 • Published 5 years ago

split_asm v1.0.8

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

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`
1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago