mirror of
https://github.com/huhu/rust-search-extension
synced 2024-11-14 15:47:12 +00:00
8 lines
No EOL
315 B
Markdown
8 lines
No EOL
315 B
Markdown
# Macro railroad
|
|
|
|
This is inspired by [lukaslueg/macro_railroad_ext](https://github.com/lukaslueg/macro_railroad_ext). Kudos to [lukaslueg](https://github.com/lukaslueg).
|
|
|
|
## Building
|
|
|
|
- Run `make macro-railroad` in `..` directory.
|
|
- Or run `wasm-pack build -t no-modules --no-typescript --out-name macro-railroad`. |