Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
bytecodealliance
/
wasmtime
Public
Notifications
You must be signed in to change notification settings
Fork
1.8k
Star
18.6k
Code
Issues
768
Pull requests
83
Discussions
Actions
Security and quality
48
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Support reference types in the C API
- #1996
#1996
Merged
fitzgen
merged 17 commits into
bytecodealliance:main
bytecodealliance/wasmtime:main
from
fitzgen:ref-types-in-c-api
fitzgen/wasmtime:ref-types-in-c-api
Copy head branch name to clipboard
Jul 13, 2020
Conversation
Commits
17
(17)
Checks
Files changed
Merged
Support reference types in the C API
#1996
fitzgen
merged 17 commits into
bytecodealliance:main
bytecodealliance/wasmtime:main
from
fitzgen:ref-types-in-c-api
fitzgen/wasmtime:ref-types-in-c-api
Copy head branch name to clipboard
Commits
Commits on Jul 10, 2020
wasmtime-c-api: Add support for `externref` values
Show description for 4cdf8b7
fitzgen
committed
4cdf8b7
View commit details
Copy full SHA for 4cdf8b7
Browse repository at this point
wasmtime-c-api: Add support for `funcref` values
fitzgen
committed
aaf4c94
View commit details
Copy full SHA for aaf4c94
Browse repository at this point
wasmtime-c-api: Document new reference types support
fitzgen
committed
4c01ffd
View commit details
Copy full SHA for 4c01ffd
Browse repository at this point
wasmtime-c-api: Add Wasmtime-specific APIs for `externref`s
Show description for 267bf16
fitzgen
committed
267bf16
View commit details
Copy full SHA for 267bf16
Browse repository at this point
wasmtime-c-api: Add an `externref`s example for the C API
fitzgen
committed
5ed8a9b
View commit details
Copy full SHA for 5ed8a9b
Browse repository at this point
wasmtime: Add `externref` Rust example
fitzgen
committed
4a349ee
View commit details
Copy full SHA for 4a349ee
Browse repository at this point
wasmtime-c-api: Make `wasmtime_externref_new` proxy to `wasmtime_externref_new_with_finalizer`
fitzgen
committed
742f8ee
View commit details
Copy full SHA for 742f8ee
Browse repository at this point
wasmtime-c-api: Remove nested options from `wasm_ref_t` representation
fitzgen
committed
b9bb095
View commit details
Copy full SHA for b9bb095
Browse repository at this point
wasmtime-c-api: Make `wasmtime_externref_new` write to an out pointer
Show description for b73b2e0
fitzgen
committed
b73b2e0
View commit details
Copy full SHA for b73b2e0
Browse repository at this point
wasmtime-c-api: Remove unused `HostInfoState` struct
fitzgen
committed
377b213
View commit details
Copy full SHA for 377b213
Browse repository at this point
wasmtime-c-api: Use a safe helper for initializing `MaybeUninit` out pointers
fitzgen
committed
d07fdca
View commit details
Copy full SHA for d07fdca
Browse repository at this point
wasmtime-c-api: Make `wasm_table_set` *not* take ownership of its reference
Show description for 89603bc
fitzgen
committed
89603bc
View commit details
Copy full SHA for 89603bc
Browse repository at this point
CI: collect backtraces for example tests
fitzgen
committed
2040a65
View commit details
Copy full SHA for 2040a65
Browse repository at this point
run-examples: Provide more error context for debugging
Show description for ec331a0
fitzgen
committed
ec331a0
View commit details
Copy full SHA for ec331a0
Browse repository at this point
gitignore: Ignore the `foo` file
Show description for 22d6b68
fitzgen
committed
22d6b68
View commit details
Copy full SHA for 22d6b68
Browse repository at this point
Commits on Jul 13, 2020
wasmtime-c-api: Remove duplicate tests of examples
Show description for 9f0ec62
fitzgen
committed
9f0ec62
View commit details
Copy full SHA for 9f0ec62
Browse repository at this point
examples: Run the correct example executable on Windows
Show description for 3638dba
fitzgen
committed
3638dba
View commit details
Copy full SHA for 3638dba
Browse repository at this point
You can’t perform that action at this time.