Error compiling lox-wasm to wasm
Since the release of wasm-bindgen v0.2.85
, compiling lox-wasm for the wasm32-unknown-unknown
target fails due to a problem with the stdweb dependency. This library isn't well maintained and it would be better to fix this than have to freeze wasm-bindgen at 0.2.84
.