We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As mentioned on twitter https://twitter.com/EdSchouten/status/993144257438502912 cloudabi executables require W^E memory
V8 runtime enabled this by default in this commit v8/v8@bf19e60 However there seems to be a conflict with WASM so the feature has been put behind a flag for now https://bugs.chromium.org/p/v8/issues/detail?id=7272 The flag is --write-protect-code-memory
--write-protect-code-memory
I would have thought patching this line https://github.com/nodejs/node/blob/82e475dc75751df08d80bd6e25926bd25c1794f2/deps/v8/src/flag-definitions.h#L675 to true should be enough to get this up and running but any thoughts appreciated.
true
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As mentioned on twitter https://twitter.com/EdSchouten/status/993144257438502912
cloudabi executables require W^E memory
V8 runtime enabled this by default in this commit v8/v8@bf19e60
However there seems to be a conflict with WASM so the feature has been put behind a flag for now
https://bugs.chromium.org/p/v8/issues/detail?id=7272
The flag is
--write-protect-code-memory
I would have thought patching this line https://github.com/nodejs/node/blob/82e475dc75751df08d80bd6e25926bd25c1794f2/deps/v8/src/flag-definitions.h#L675 to
true
should be enough to get this up and running but any thoughts appreciated.The text was updated successfully, but these errors were encountered: