feat: add deno_rust_wasm_qr_decode

This commit is contained in:
2022-07-03 00:34:15 +08:00
parent 713e1424f9
commit 4359817513
15 changed files with 829 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
{
"tasks": {
"wasmbuild": "deno run -A https://deno.land/x/wasmbuild@0.8.2/main.ts"
}
}