1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

wasm: add a webassembly compiler backend, based on using binaryen (#17368)

This commit is contained in:
l-m
2023-03-01 08:58:53 +11:00
committed by GitHub
parent b9a8a21094
commit 0625caad56
51 changed files with 7981 additions and 8 deletions

2
.gitignore vendored
View File

@@ -108,6 +108,7 @@ flake.nix
.envrc
thirdparty/stdatomic/nix/cpp/*.h
thirdparty/binaryen*
# ignore VLS log
vls.log
@@ -120,3 +121,4 @@ vls.log
# ignore Intellij files
.idea/
/*.iml
wasm.v