Skip to content

Update Wasm VM code to the latest from envoy-wasm.#9077

Closed
jplevyak wants to merge 3 commits into
envoyproxy:masterfrom
jplevyak:wasm-vm-base
Closed

Update Wasm VM code to the latest from envoy-wasm.#9077
jplevyak wants to merge 3 commits into
envoyproxy:masterfrom
jplevyak:wasm-vm-base

Conversation

@jplevyak
Copy link
Copy Markdown
Contributor

  • make v8 cloneable
  • add VM stats and debug logging.
  • make v8 less build environmentally sensitive/hermetic.

- make v8 cloneable
- add VM stats and debug logging.
- make v8 less build environmentally sensitive/hermetic.
Signed-off-by: John Plevyak <jplevyak@gmail.com>
@jplevyak
Copy link
Copy Markdown
Contributor Author

@lizan

@lizan lizan self-assigned this Nov 20, 2019

# Build wee8.
third_party/depot_tools/gn gen out/wee8 --args="$$WEE8_BUILD_ARGS"
if [[ `uname` == "Darwin" ]]; then
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't third_party/depot_tools/gn the script supposed to do this? cc @PiotrSikora

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is, but for some reason it doesn't work on @jplevyak's box.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That script also gropes around in the environment in a very non-hygienic way in order to do this very simple thing, which is probably why it doesn't work on my dev box.

Comment thread source/extensions/common/wasm/BUILD
Comment thread source/extensions/common/wasm/null/null_vm.cc Outdated
Copy link
Copy Markdown
Contributor

@PiotrSikora PiotrSikora left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

At this point in development, I think it would make sense to push those changes separately, instead of doing code dumps, to preserve some context in the commit history... at the very least, please include references to the PRs that being upstreamed here.


# Build wee8.
third_party/depot_tools/gn gen out/wee8 --args="$$WEE8_BUILD_ARGS"
if [[ `uname` == "Darwin" ]]; then
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is, but for some reason it doesn't work on @jplevyak's box.

Comment thread source/extensions/common/wasm/wasm_vm.cc Outdated
@jplevyak jplevyak requested a review from lizan November 21, 2019 00:27
@stale
Copy link
Copy Markdown

stale Bot commented Nov 28, 2019

This pull request has been automatically marked as stale because it has not had activity in the last 7 days. It will be closed in 7 days if no further activity occurs. Please feel free to give a status update now, ping for review, or re-open when it's ready. Thank you for your contributions!

@stale stale Bot added the stale stalebot believes this issue/PR has not been touched recently label Nov 28, 2019
@stale
Copy link
Copy Markdown

stale Bot commented Dec 5, 2019

This pull request has been automatically closed because it has not had activity in the last 14 days. Please feel free to give a status update now, ping for review, or re-open when it's ready. Thank you for your contributions!

@stale stale Bot closed this Dec 5, 2019
@PiotrSikora
Copy link
Copy Markdown
Contributor

Not stale? @lizan @jplevyak

@lizan lizan reopened this Dec 5, 2019
@stale stale Bot removed the stale stalebot believes this issue/PR has not been touched recently label Dec 5, 2019
@lizan
Copy link
Copy Markdown
Member

lizan commented Dec 5, 2019

/azp run

@azure-pipelines
Copy link
Copy Markdown

Azure Pipelines successfully started running 3 pipeline(s).

@stale
Copy link
Copy Markdown

stale Bot commented Dec 12, 2019

This pull request has been automatically marked as stale because it has not had activity in the last 7 days. It will be closed in 7 days if no further activity occurs. Please feel free to give a status update now, ping for review, or re-open when it's ready. Thank you for your contributions!

@stale stale Bot added the stale stalebot believes this issue/PR has not been touched recently label Dec 12, 2019
@jplevyak
Copy link
Copy Markdown
Contributor Author

This has been replaced with #9259

@jplevyak jplevyak closed this Dec 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

stale stalebot believes this issue/PR has not been touched recently

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants