wasmtime_component
This commit is contained in:
parent
3778469de9
commit
f0e9a8ca94
12 changed files with 69 additions and 65 deletions
|
@ -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
|
||||
}
|
||||
|
|
Reference in a new issue