Sergey Kluchkovsky
Sergey Kluchkovsky
Static linking would be ok. But is it possible for php extensions? Where can I read about it?
Great :) Thank you. I'll try this.
Updated emscripten to 1.38.31 and got bunch of errors like: ``` error: asm2wasm seeing an invalid argument type at index 1 (this will not validate) in call from $__php_s tream_fopen_from_fd...
After switching to php-7.3.0, both functions from `example` extension became available, yay :) Thanks again :)
Oh, now I see. Fortunately, emacsen 1.38.31 was enough for me.
Good. First part of my problem is solved :) But, there's second one :-/ I need to call Javascript function from my extension. Samples that I've found use something like...