Skip to content

Commit

Permalink
Delete signature for no-longer-present function
Browse files Browse the repository at this point in the history
Accidental omission from bytecodealliance#2736
  • Loading branch information
alexcrichton committed Apr 20, 2021
1 parent 193551a commit 6a99c25
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions crates/c-api/include/wasmtime.h
Original file line number Diff line number Diff line change
Expand Up @@ -283,14 +283,6 @@ WASMTIME_CONFIG_PROP(void, static_memory_guard_size, uint64_t)
*/
WASMTIME_CONFIG_PROP(void, dynamic_memory_guard_size, uint64_t)

/**
* \brief Configures the maximum number of instances that can be created.
*
* For more information see the Rust documentation at
* https://bytecodealliance.github.io/wasmtime/api/wasmtime/struct.Config.html#method.max_instances.
*/
WASMTIME_CONFIG_PROP(void, max_instances, size_t)

/**
* \brief Enables Wasmtime's cache and loads configuration from the specified
* path.
Expand Down

0 comments on commit 6a99c25

Please sign in to comment.