1.0.8 • Published 6 years ago

split_asm v1.0.8

Weekly downloads
1
License
MIT
Repository
-
Last release
6 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

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago