wasmtime_component

This commit is contained in:
Martin Kavík 2024-07-04 00:30:13 +02:00
parent 3778469de9
commit f0e9a8ca94
12 changed files with 69 additions and 65 deletions

View file

@ -68,7 +68,7 @@ impl FW {
Vec::new()
}
/// JS: `FW.add_decoders(["test_files/components/rust_decoder/rust_decoder.wasm"])` -> `1`
/// JS: `FW.add_decoders(["../test_files/components/rust_decoder/rust_decoder.wasm"])` -> `1`
pub async fn add_decoders(decoder_paths: Vec<DecoderPath>) -> AddedDecodersCount {
platform::add_decoders(decoder_paths).await
}