Open orsenkucher opened 4 years ago
Today, there is a catch with pub fn render(&self) -> String method. String return type crashes wasm-pack build on wasm-pack 0.9.1 version, see:
pub fn render(&self) -> String
String
wasm-pack build
wasm-pack 0.9.1
I've made a note on it, with suggested fix. Hope this will help other readers to resolve it quickly, still mentioning the issue explicitly
Summary
Today, there is a catch with
pub fn render(&self) -> String
method.String
return type crasheswasm-pack build
onwasm-pack 0.9.1
version, see:I've made a note on it, with suggested fix. Hope this will help other readers to resolve it quickly, still mentioning the issue explicitly