wapc / wapc-rust

Rust-based WebAssembly Host Runtime for waPC-compliant modules
Apache License 2.0
76 stars 10 forks source link

Conversion of underlying runtime to Bytecode Alliance's wasmtime #3

Closed autodidaddict closed 4 years ago

autodidaddict commented 4 years ago

One subtle benefit of doing this is I discovered a fairly whopping concurrency bug as I was getting rid of statics. Much happier with the safety of this new codebase.