phpv8 / php-v8

PHP extension for V8 JavaScript engine
https://php-v8.readthedocs.io
MIT License
217 stars 14 forks source link

Implement SetAllowWasmCodeGenerationCallback #86

Closed pinepain closed 6 years ago

pinepain commented 6 years ago

https://github.com/v8/v8/commit/1719ecb9dc5209d0c77c2b84d76d17aebf1ba1f6#diff-3dd7a0f46b1e5c1cc67921449e7180ac

Since 6.4.249

SetAllowWasmCodeGenerationCallback() takes

typedef bool (*AllowWasmCodeGenerationCallback)(Local<Context> context,
Local<String> source);

as it argument

pinepain commented 6 years ago

I'm moving away from PHP world and all my PHP projects going to be abandoned too. Abandoning this project too as I have no intent to continue working on it unless there would be strong request from community and commercial interest. No more updates or documentation will be made. If someone is interested, feels free to contact me using email specified in my GitHub profile.