-
Notifications
You must be signed in to change notification settings - Fork 309
make globwalk an optional feature #484
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
That would break |
For anyone else, for wasm I had to make globs and their tests optional, plus make rand optional vs being a builtin (tonyhb@9c9504e). These are both done in this branch which is now just a lil behidn master - https://github.com/tonyhb/tera/tree/wasm) |
Note that the website use a WASM version of tera without removing glob |
I was compiling to WASI also 😬 |
Would it be possible to make
globwalk
an optional feature? I'm using templates from strings in a wasm app and it works great! I'd like to trim the dependencies and reduce the size os the wasm a bit.globwalk
pulls in a whole tree of crates.The text was updated successfully, but these errors were encountered: