Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Commit

Permalink
[SSVM] Update ssvm-core for enabling process mode
Browse files Browse the repository at this point in the history
  • Loading branch information
hydai committed Sep 11, 2020
1 parent e83b198 commit b98d727
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ssvm",
"version": "0.4.12",
"version": "0.4.13",
"description": "Second State WebAssembly VM for Node.js Addon",
"keywords": [
"wasm",
Expand Down
2 changes: 1 addition & 1 deletion ssvm-core
1 change: 1 addition & 0 deletions ssvmaddon.cc
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ void SSVMAddon::InitVM(const Napi::CallbackInfo &Info) {

Configure = new SSVM::VM::Configure();
Configure->addVMType(SSVM::VM::Configure::VMType::Wasi);
Configure->addVMType(SSVM::VM::Configure::VMType::SSVM_Process);
VM = new SSVM::VM::VM(*Configure);

SSVM::Log::setErrorLoggingLevel();
Expand Down

0 comments on commit b98d727

Please sign in to comment.