Two improvements to the development workflow (#270)

* Configure rust-analyzer to target wasm32-unknown-unknown

* Watch changes to core rust files
This commit is contained in:
bjorn3
2021-07-16 10:49:52 +02:00
committed by GitHub
parent 7a087ba71a
commit 83d4e7309c
3 changed files with 4 additions and 2 deletions

View File

@@ -13,6 +13,7 @@ module.exports = {
(Plugin) =>
new Plugin({
crateDirectory: path.resolve(__dirname, "wasm"),
watchDirectories: [path.resolve(__dirname, "../../core")],
})
)
.end();