oraoto / pib

PHP in Browser (powered by WebAssembly)
https://oraoto.github.io/pib/
Apache License 2.0
956 stars 112 forks source link

Cannot call pib_eval #53

Closed n-fukuju closed 3 years ago

n-fukuju commented 3 years ago

When using php-web.js generated by the make command, following error occurs. 'Cannot call unknown function pib_eval'. When I replace files (php-web.*) with in Github Pages (oraoto.github.io/pib), and call to pib_eval succeeds. Is there a solution ? スクリーンショット 2021-07-07 180403 スクリーンショット 2021-07-07 162325

oraoto commented 3 years ago

pib_eval no longer exists, and my GitHub Pages are outdated.

Please refer to php-wasm module and docs-source instead.

n-fukuju commented 3 years ago

Call to pib_run succeeded by referring to PhpBase.js. Thank you !:thumbsup: