The examples call `engine::realize_gram`, which now includes a call to `symmetric_kernel`, so we need to make sure that `symmetric_kernel` can run on whatever target Cargo uses for examples. For that target on my machine, `console::log_1` panics with the message "function not implemented on non-`wasm32` targets". |
||
|---|---|---|
| .. | ||
| examples | ||
| src | ||
| .gitignore | ||
| Cargo.toml | ||
| index.html | ||
| main.css | ||
| run-examples | ||