Skip to content

Commit

Permalink
vm: import construction → respective VM impls
Browse files Browse the repository at this point in the history
I always found it weird that we had VM specific code in what's a generic
part of the near-vm-runner. Well -- it has actually started bothering me
in real ways, so it gets moved.

I didn't do very much to make sure it ends up pretty. And I don't think
I want to for the VMs that're not wasmtime or near_vm. Good thing is
that the wasmer0/2 code can be largely ignored sans changes to `VMLogic`
(which I'm considering addressing next...)
  • Loading branch information
nagisa committed Jun 7, 2024
1 parent 8034a97 commit 204ec83
Show file tree
Hide file tree
Showing 5 changed files with 417 additions and 461 deletions.
Loading

0 comments on commit 204ec83

Please sign in to comment.