Skip to content

v0.11.1

Compare
Choose a tag to compare
@gzurl gzurl released this 10 Apr 13:28
· 56 commits to main since this release
5cbbbfc

0.11.1 (2023/03/31)

  • Fixes #40, where a new thread could not create a new Wasm execution context while another thread was running a Wasm module. This was only measurable if the execution of the Wasm module was long enough in time or if it took longer than expected (i.e.: I/O issues, infinite loop, etc.). Note that CPU-limited Wasm executions are not implemented yet (see #9).

libwasm_runtime.so

  • Internal refactoring of execution_ctx.rs to address #40.
  • Updated cargo.lock dependencies via cargo update.