update with naming scheme
This commit is contained in:
parent
0950610f90
commit
d37f346793
2 changed files with 4 additions and 6 deletions
|
|
@ -1,11 +1,9 @@
|
||||||
use giallo::{HighlightOptions, HtmlRenderer, Registry, RenderOptions, ThemeVariant};
|
use giallo::{HighlightOptions, HtmlRenderer, Registry, RenderOptions, ThemeVariant};
|
||||||
|
|
||||||
mod bindings {
|
mod bindings {
|
||||||
//! Generated code derived from the Giallo-JS `world.wit` definition.
|
//! Generated code derived from the `giallo-js.wit` definition.
|
||||||
|
|
||||||
wit_bindgen::generate!({
|
wit_bindgen::generate!({ path: "wit/giallo-js.wit" });
|
||||||
path: "wit/world.wit",
|
|
||||||
});
|
|
||||||
|
|
||||||
use super::GialloJsComponent;
|
use super::GialloJsComponent;
|
||||||
export!(GialloJsComponent);
|
export!(GialloJsComponent);
|
||||||
|
|
@ -13,7 +11,7 @@ mod bindings {
|
||||||
|
|
||||||
struct GialloJsComponent;
|
struct GialloJsComponent;
|
||||||
|
|
||||||
impl bindings::exports::docs::giallo_js::syntax_highlighter::Guest for GialloJsComponent {
|
impl bindings::exports::brentsch::giallo_js::syntax_highlighter::Guest for GialloJsComponent {
|
||||||
/// Rudimentary Wasm adapter around the basic
|
/// Rudimentary Wasm adapter around the basic
|
||||||
/// [Giallo usage example](https://github.com/getzola/giallo/blob/a86755836dc4387056432f63f0b37b2c04b52711/examples/basic.rs).
|
/// [Giallo usage example](https://github.com/getzola/giallo/blob/a86755836dc4387056432f63f0b37b2c04b52711/examples/basic.rs).
|
||||||
fn render_highlighted(
|
fn render_highlighted(
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
package docs:giallo-js@0.0.1;
|
package brentsch:giallo-js@0.0.1;
|
||||||
|
|
||||||
interface syntax-highlighter {
|
interface syntax-highlighter {
|
||||||
render-highlighted: func(
|
render-highlighted: func(
|
||||||
Loading…
Add table
Reference in a new issue