File tree Expand file tree Collapse file tree 1 file changed +13
-8
lines changed
Expand file tree Collapse file tree 1 file changed +13
-8
lines changed Original file line number Diff line number Diff line change 11# Building and Running the Web-based TX-2 Simulator
22
3- ## Disclaimer
4-
5- The web-based simulator is still under development, so you may not get
6- a result which actually does much even if you follow these
7- instructions. For the time being the [ command-line] ( cli.md ) simulator
8- is probably more useful.
9-
103## Introduction
114
125The web-based simulator runs locally in a browser. It is implemented
@@ -59,7 +52,19 @@ just visit that in your browser if `npm` doesn't open a browser window
5952for you automatically.
6053
6154
62- ### Problems with wasm-opt
55+ ### Build Problems
56+
57+ On my development system there is often incompatibility between the
58+ Rust development tools (as installed by rustup) and various Node.js
59+ tools installed by my operating system's package manager. This is
60+ often because the tool versions installed by operating system's
61+ package manager are quite old.
62+
63+ Usually the solution to these is to uninstall the operating system's
64+ installed version (of, for example, webpack or binaryen) and use
65+ ` npm ` 's version of the tool.
66+
67+ #### Problems with wasm-opt
6368
6469Some versions of ` wasm-pack ` [ have a bug in how they locate the
6570` wasm-opt ` binary] ( https://github.com/rustwasm/wasm-pack/issues/1062 ) ;
You can’t perform that action at this time.
0 commit comments