Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nice pib = php wasm - header(location); doesn't work #12

Open
ghost opened this issue Sep 23, 2018 · 1 comment
Open

Nice pib = php wasm - header(location); doesn't work #12

ghost opened this issue Sep 23, 2018 · 1 comment

Comments

@ghost
Copy link

ghost commented Sep 23, 2018

Hello everyone,.

I would like to test pib with header("http://google.com"); but it seems empty?

How do I check?

I never knew that php in wasm. Nice idea - It looks like embedding binary / script into websites - if webspace has not php and mysql than they evade with wasm. That is nice idea!

I have tested with Ubuntu 18.04 without php7.2
I thought wordpress should "embed" in wasm than they don't worry to protect if hackers try to hack to wasm files because wasm is protected file for any websites, right?

I have found before C# in wasm mono.wasm = finish!
c++/c in wasm = finish
php in wasm = finish but sometimes can't work with include or header()
js / ts in wasm ????
ruby or python in wasm ????
perl, lua or any scripts in wasm ????

@oraoto
Copy link
Owner

oraoto commented Sep 25, 2018

Since the code is running at client-side, you can't really send headers to another client or itself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant