chiark / gitweb /
Makefile: Drop use of wasm-pack
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 21 Mar 2021 10:47:34 +0000 (10:47 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 21 Mar 2021 11:13:44 +0000 (11:13 +0000)
commita8fdc6a00d2633a7862b85747e7c7c7f17dec317
tree0152114abc892c1c490c6d7a19f7a4ba4dc45302
parent3ca6eb70f4722d41a3471b3ce0eddedfa93aa0df
Makefile: Drop use of wasm-pack

I'm told on Discord that this is obsolete.  (The docs all still
mention it, though.)

Anyway, the only thing it was actually doing for us was obtaining and
running wasm-bindgen.  We can do that ourselves.

At one time we were using it to get and run wasm-opt, saving 5k out of
50k in the wasm file, but that was broken so we disabled it a while
ago.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Makefile