It was really easy to add support for parsing bgcode files to my project. Thank you to whomever it was that put the time into adding the wasm/emscripten build.
If I had one suggestion, it would be to not name your global Module. Name it BGcodeModule or something unique. When you get releases sorted out we can write some typescript bindings for it and make an NPM module.
It was really easy to add support for parsing bgcode files to my project. Thank you to whomever it was that put the time into adding the wasm/emscripten build.
If I had one suggestion, it would be to not name your global
Module. Name itBGcodeModuleor something unique. When you get releases sorted out we can write some typescript bindings for it and make an NPM module.