Implement RFC 11: Redesigning Wasmtime's APIs (#2897)
Implement Wasmtime's new API as designed by RFC 11. This is quite a large commit which has had lots of discussion externally, so for more information it's best to read the RFC thread and the PR thread.
This commit is contained in:
@@ -34,8 +34,8 @@ mkdir tmp/$api_pkgname/include
|
||||
mkdir tmp/$bin_pkgname
|
||||
cp LICENSE README.md tmp/$api_pkgname
|
||||
cp LICENSE README.md tmp/$bin_pkgname
|
||||
cp -r crates/c-api/include tmp/$api_pkgname
|
||||
cp crates/c-api/wasm-c-api/include/wasm.h tmp/$api_pkgname/include
|
||||
cp crates/c-api/include/{wasmtime,wasi}.h tmp/$api_pkgname/include
|
||||
|
||||
fmt=tar
|
||||
if [ "$platform" = "x86_64-windows" ]; then
|
||||
|
||||
Reference in New Issue
Block a user