vscode-riscv-venus icon indicating copy to clipboard operation
vscode-riscv-venus copied to clipboard

Eliminate Dependecy from DOM (or use original DOM)

Open m1n1 opened this issue 4 years ago • 0 comments

For rendering and state the original venus uses HTML-DOM. In our implementation this seems to be no longer needed as rendering and state management is done in vscode.

This issue depends on #18

If we want to make the original files runnable i think we need to include the original dom. Otherwise we can remove the dom.

m1n1 avatar Aug 20 '20 08:08 m1n1