-
Notifications
You must be signed in to change notification settings - Fork 31
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
Question: Using custom build of starlingmonkey #110
Comments
The engine to be built is To get this file, run The StarlingMonkey build is referenced as a submodule of this repo. |
Hmm actually the debug build of ComponentizeJS isn't working itself, so you do have to use a release build. Therefore until bytecodealliance/StarlingMonkey#53 is landed you won't be able to progress here. |
The debug build was not working and the workaround I used was to modify the makefile to build a Line 29 in 519256f
and then modifying the JS script to point at the right reference. ComponentizeJS/src/componentize.js Line 41 in 519256f
which led me into running into the following error
|
Yes, the debug build does not work for ComponentizeJS. |
Thanks! This is helpful. |
Latest release build fix for StarlingMonkey is in bytecodealliance/StarlingMonkey#53. |
I've updated the internal build in #111 as an example. |
I am attempting to use the engine produced by a debug build of the PR that refactors fetch.
My understanding is that it should be sufficient to pass the
engine
argument to thecomponentize
function as below:I run into the following error.
Is there some trick to getting this to work? or is the current state of the PR incompatible?
Thanks!
The text was updated successfully, but these errors were encountered: