Octagonal
Octagonal
This corrects #293 Set enableRemoteModule to true, and contextIsolation to false as their default values were not correct (this caused a lot errors in controllers scripts, making the app unusable)
I opened an issue for this (#27 ) but I figured i'd PR for this simple fix !
There is a mistake in the encoding image for the instruction slliw in the RV64i extension : [https://msyksphinz-self.github.io/riscv-isadoc/#_slliw](https://msyksphinz-self.github.io/riscv-isadoc/#_slliw) The encoding shows OpCode 0010011 but it should be 0011011 like the...