mirror of
https://github.com/extism/extism.git
synced 2026-01-10 06:18:00 -05:00
Maturin on Windows struggles with GNU headers. Since we have windows MSVC wheel builds, this commit disables windows GNU wheel builds. Also: fix a bug where the produced wheels did not include any extism functions.
45 lines
562 B
Plaintext
45 lines
562 B
Plaintext
target
|
|
runtime/ast.json
|
|
runtime/target
|
|
Cargo.lock
|
|
.DS_Store
|
|
.vscode
|
|
**/libextism.dylib
|
|
**/libextism.so
|
|
*.o
|
|
manifest/target
|
|
**/node_modules
|
|
__pycache__
|
|
python/dist
|
|
python/poetry.lock
|
|
c/main
|
|
cpp/test/test
|
|
cpp/example
|
|
go/main
|
|
ruby/.bundle/
|
|
ruby/.yardoc
|
|
ruby/_yardoc/
|
|
ruby/coverage/
|
|
ruby/doc/
|
|
ruby/pkg/
|
|
ruby/spec/reports/
|
|
ruby/tmp/
|
|
ruby/Gemfile.lock
|
|
rust/target
|
|
rust/test.log
|
|
duniverse
|
|
_build
|
|
php/Extism.php
|
|
python/docs
|
|
dist-newstyle
|
|
.stack-work
|
|
vendor
|
|
zig/zig-*
|
|
zig/example-out/
|
|
zig/*.log
|
|
java/*.iml
|
|
java/*.log
|
|
java/.idea
|
|
java/.DS_Store
|
|
extism-maturin/src/extism.h
|