Nicolas Patry
Nicolas Patry
@atahmasb We're open to all contributions, but yes, the API is not yet stable, we're aiming for it. We'll try to open PR here so the design decisions are at...
Hi @AmitMY , It's definitely possible to do, I have also done in the past, but it cannot be easily done without breaking/slowing things on the compiled side which is...
Well `onig` is actually used by some tokenizers (can't make an exhaustive list, but all ones that include a regexp replace expression). So dropping support means not being able to...
Hey, I haven't taken the time to deeply look into your links for oniguruma (threads can be ignored anyway in WASM easily), to check for any caveat that might occur,...
> I've got a lot of JS experience, but only a bit of experience with Rust + wasm-pack. I'd probably need you to lay out the overall plan for me...
I don't think that's a good idea. The main problem with having different regex engines, is that the saved `tokenizer.json` files might break. If you save one created with `fancy_regex`...
I didn't even keep the branch. Weekend thing, trying to find something else than rust-wasm tutorial to chew on, and I decided it was interesting to try this here. It's...
> @Narsil Okay I will give this a shot. A couple of questions: > > * What is the name of the esaxx rust implementation that you mentioned? [I'm not...
Great start ! Now we need to just find a way to make the cli hidden without breaking it. I think we can envision hiding it behind a feature flag...
Sorry I have no clue out of my head for this, never attempted to target `rust+emscripten` so I can't really help you there. Try to target raw `wasm` without emscripten...