rustwasm / book

The Rust and WebAssembly Book
https://rustwasm.github.io/docs/book/
MIT License
1.73k stars 208 forks source link

Use local file dependencies instead of npm link #157

Closed fitzgen closed 5 years ago

fitzgen commented 5 years ago

An evolution of #156 + a random drive by commit that I noticed at the same time.

@DebugSteven, care to review this?

fitzgen commented 5 years ago

Other half is over at https://github.com/rustwasm/wasm_game_of_life/pull/46

DebugSteven commented 5 years ago

Happy to take a closer look at this tomorrow!