mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-24 23:06:36 +00:00
a54dbe914b
* Support r2core.js for Emscripten >=v1.37.24 cwrap needs to be exported explicitly via EXTRA_EXPORTED_RUNTIME_METHODS + allocate larger memory, allow for growth and no aborting malloc * wasm_asm was wrongly also included in anal.wasm This causes link errors where duplicate symbols aren't allowed. * supply wasm plugin to suppress meta arch warning r2 core initializes itself for the current architecture until one is explicitly specified (e.g. loading a binary). Since asm.wasm and arch.wasm isn't supplied by default, r2 when built for WebAssembly emits some ugly warnings when loading. Besides, those modules (incl. bin.wasm) aren't that large. * r2core: Make it possible to know when init is done