feat: add boas wasn js engine

This commit is contained in:
2022-07-09 19:59:06 +08:00
parent d17c718ee8
commit a8a284163d
11 changed files with 1075 additions and 0 deletions

View File

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