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:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user