go-interpreter / wagon

wagon, a WebAssembly-based Go interpreter, for Go.
BSD 3-Clause "New" or "Revised" License
904 stars 148 forks source link

想要终止程序执行,只需要吧vm的abort设置为true就可以了么? #177

Open phantom-rabbit opened 5 years ago

phantom-rabbit commented 5 years ago

When is the value of "abort" true?

twitchyliquid64 commented 5 years ago

abort is true when vm.Close() or vm.Terminate() has been called.