Hash : 83b9c34f Author : Date : 2023-02-25T15:23:22
[wasm] Add rust example
Download
1 2 3 4 5 6 7 8 9 10 11 12 13
[package] name = "hello-wasm" version = "0.1.0" edition = "2021" [lib] crate-type = ["cdylib"] [dependencies] #externref = "0.1.0" wasm-bindgen = "0.2.0" tiny-rng = "0.2.0" harfbuzz-wasm = { path="../../../rust/harfbuzz-wasm"}