ColinEberhardt / assemblyscript-regex

A regex engine for AssemblyScript
MIT License
86 stars 12 forks source link

Added an ascMain for the library #18

Closed torch2424 closed 3 years ago

torch2424 commented 3 years ago

Per the docs in the library: https://www.assemblyscript.org/compiler.html#command-line-options

ascMain is the name for an AssemblyScript entrypoint. I think the library would still work even if you didn't have this, since you have an assembly/index.ts. But I guess this is more for convention haha! :smile: :tada:

Also, again, AMAZING library! I also made a quick little Compute@Edge Serverless demo using it, and it's working great! https://as-compute-regex.edgecompute.app/ :smile: :tada:

ColinEberhardt commented 3 years ago

Thanks @torch2424 I wasn't aware that AS had its own module entry point.

And thanks for the cool demo, glad to see this library getting some use!

github-actions[bot] commented 3 years ago

:tada: This PR is included in version 1.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: