zotero / citeproc-rs

CSL processor in Rust.
https://cormacrelf.github.io/citeproc-wasm-demo/
Other
75 stars 11 forks source link

Don't exclude the no-modules target from NPM builds #81

Closed cormacrelf closed 4 years ago

cormacrelf commented 4 years ago

The no-modules build wasn't listed in the package.json's files manifest, so it never got published. That was a bit of an oversight. Now you should be able to use it as described in the README.

It also includes some debug info in the published releases, so any stack traces from any panics that occur aren't nonsense, which previously I hadn't been able to get through wasm-opt.