forked from oraoto/pib
-
-
Notifications
You must be signed in to change notification settings - Fork 72
Open
Description
Hi, I write a simple code-playground app which use webassembly to run some code like python, php, perl. I encountered a strange problem when use php-wasm and webperl (perl-wasm).
When I executed perl code, then switch to php, I got Failed to load PHP: Cannot redefine property: buffer. And when I refreshed the page, run php firstly, then switch to perl, I got another similar error php-web.mjs:8 `buffer` is not longer defined by emscripten. Please use HEAP8.buffer or wasmMemory.buffer
It seems like the two wasm have some conflicts.

Metadata
Metadata
Assignees
Labels
No labels